# HG changeset patch # User Richard M. Stallman # Date 762129384 0 # Node ID 4f76564fc2cd970b0543d81739180d8341c6696b # Parent b23452652292d0f6a29528ddb390e842f8e95b5a (lisp-mode-variables): Set outline-regexp. diff -r b23452652292 -r 4f76564fc2cd lisp/emacs-lisp/lisp-mode.el --- 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)