]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-mode-variables): Adapt outline-regexp to the new conventions for
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 12 Feb 2004 01:50:46 +0000 (01:50 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 12 Feb 2004 01:50:46 +0000 (01:50 +0000)
commenting out code.

lisp/emacs-lisp/lisp-mode.el

index 04d00a2bdb5791a04e55e71ae7cc78e2d829547c..c2dc3e6a16c117610054e1961b4ebf11744286af 100644 (file)
   (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)