]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-mode-variables): Set outline-regexp.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Feb 1994 22:36:24 +0000 (22:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Feb 1994 22:36:24 +0000 (22:36 +0000)
lisp/emacs-lisp/lisp-mode.el

index 590de3d05230addd9b17cc853ecdb0113804bbe7..a488b954422b75e9a87cd7ec5aa7ceab551f468a 100644 (file)
@@ -95,6 +95,8 @@
   (setq indent-region-function 'lisp-indent-region)
   (make-local-variable 'parse-sexp-ignore-comments)
   (setq parse-sexp-ignore-comments t)
+  (make-local-variable 'outline-regexp)
+  (setq outline-regexp ";;; \|(....")
   (make-local-variable 'comment-start)
   (setq comment-start ";")
   (make-local-variable 'comment-start-skip)