mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
(lisp-mode-variables): Adapt outline-regexp to the new conventions for
commenting out code.
This commit is contained in:
parent
5fe502289c
commit
5410f047b3
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@
|
|||
(make-local-variable 'parse-sexp-ignore-comments)
|
||||
(setq parse-sexp-ignore-comments t)
|
||||
(make-local-variable 'outline-regexp)
|
||||
(setq outline-regexp ";;;;* \\|(")
|
||||
(setq outline-regexp ";;;;* [^ \t\n]\\|(")
|
||||
(make-local-variable 'outline-level)
|
||||
(setq outline-level 'lisp-outline-level)
|
||||
(make-local-variable 'comment-start)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue