1
Fork 0
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:
Luc Teirlinck 2004-02-12 01:50:46 +00:00
parent 5fe502289c
commit 5410f047b3

View file

@ -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)