]> git.eshelyaron.com Git - emacs.git/commitdiff
(lisp-mode-variables): Set it.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Mar 2004 02:15:05 +0000 (02:15 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 8 Mar 2004 02:15:05 +0000 (02:15 +0000)
lisp/emacs-lisp/lisp-mode.el

index c2dc3e6a16c117610054e1961b4ebf11744286af..6b50318d3e66f40e84168b4206efc551de553e1a 100644 (file)
@@ -1,6 +1,6 @@
 ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands
 
-;; Copyright (C) 1985, 1986, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+;; Copyright (C) 1985,86,1999,2000,01,03,2004  Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: lisp, languages
   (setq comment-column 40)
   (make-local-variable 'comment-indent-function)
   (setq comment-indent-function 'lisp-comment-indent)
+  ;; Don't get confused by `;' in doc strings when paragraph-filling.
+  (set (make-local-variable 'comment-use-global-state) t)
   (make-local-variable 'imenu-generic-expression)
   (setq imenu-generic-expression lisp-imenu-generic-expression)
   (make-local-variable 'multibyte-syntax-as-symbol)