Mercurial > emacs
changeset 53922:6a3ed3adac17
(lisp-mode-variables): Adapt outline-regexp to the new conventions for
commenting out code.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Thu, 12 Feb 2004 01:50:46 +0000 |
parents | efcea43dc549 |
children | 3517efa33c1f |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Wed Feb 11 20:01:12 2004 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Feb 12 01:50:46 2004 +0000 @@ -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)