diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-04-28 08:09:01 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-04-28 08:09:01 +0000 |
commit | c36e9c060822c6b623b0989b384615d758b62462 (patch) | |
tree | 0f35342d933653280fafdc12f7880454405da4d0 /lisp/emacs-lisp | |
parent | 10c5e63d2373803e1bbf52217c6e65527c09283f (diff) | |
download | emacs-c36e9c060822c6b623b0989b384615d758b62462.tar.gz emacs-c36e9c060822c6b623b0989b384615d758b62462.tar.bz2 emacs-c36e9c060822c6b623b0989b384615d758b62462.zip |
(lisp-mode-variables): Undo previous change.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 566a1053555..a488b954422 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -100,7 +100,7 @@ (make-local-variable 'comment-start) (setq comment-start ";") (make-local-variable 'comment-start-skip) - (setq comment-start-skip "\\(^;\\|[^\\];\\) *") + (setq comment-start-skip ";+ *") (make-local-variable 'comment-column) (setq comment-column 40) (make-local-variable 'comment-indent-function) |