# HG changeset patch # User Luc Teirlinck # Date 1076550646 0 # Node ID 6a3ed3adac1774e7e2ddcf513daf987c2d3787fe # Parent efcea43dc549d3d1933bc66f59b4eb77b9cc24d2 (lisp-mode-variables): Adapt outline-regexp to the new conventions for commenting out code. diff -r efcea43dc549 -r 6a3ed3adac17 lisp/emacs-lisp/lisp-mode.el --- 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)