From: Luc Teirlinck Date: Thu, 12 Feb 2004 01:50:46 +0000 (+0000) Subject: (lisp-mode-variables): Adapt outline-regexp to the new conventions for X-Git-Tag: ttn-vms-21-2-B4~7650 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5410f047b388be86c427ba4c695555791de771e4;p=emacs.git (lisp-mode-variables): Adapt outline-regexp to the new conventions for commenting out code. --- diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 04d00a2bdb5..c2dc3e6a16c 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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)