Mercurial > emacs
changeset 6076:4f76564fc2cd
(lisp-mode-variables): Set outline-regexp.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Feb 1994 22:36:24 +0000 |
parents | b23452652292 |
children | 7c17887a0daf |
files | lisp/emacs-lisp/lisp-mode.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el Thu Feb 24 22:34:52 1994 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Thu Feb 24 22:36:24 1994 +0000 @@ -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)