Mercurial > emacs
changeset 7301:edad1db699ab
(lisp-mode-variables): Added missing backslash to outline-regexp.
Removed dublicate ";;; Code: " section separator.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 03 May 1994 23:59:48 +0000 |
parents | cc7cd83ccf3f |
children | 1d9c6f42c7ae |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Tue May 03 23:47:06 1994 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Tue May 03 23:59:48 1994 +0000 @@ -21,8 +21,6 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -;;; Code: - ;;; Commentary: ;; The base major mode for editing Lisp code (used also for Emacs Lisp). @@ -96,7 +94,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 ";;; \\|(....") (make-local-variable 'comment-start) (setq comment-start ";") (make-local-variable 'comment-start-skip)