(lisp-mode-variables): Set outline-regexp.

This commit is contained in:
Richard M. Stallman 1994-02-24 22:36:24 +00:00
parent a62342463a
commit 5847f86195

View 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)