# HG changeset patch # User Stefan Monnier # Date 1078712105 0 # Node ID cad9b29a5224376bec3959680b273bcfa3c04a9e # Parent 597fb06dcddab9e151fed3da360d0ea446f2fb11 (lisp-mode-variables): Set it. diff -r 597fb06dcdda -r cad9b29a5224 lisp/emacs-lisp/lisp-mode.el --- a/lisp/emacs-lisp/lisp-mode.el Mon Mar 08 01:20:53 2004 +0000 +++ b/lisp/emacs-lisp/lisp-mode.el Mon Mar 08 02:15:05 2004 +0000 @@ -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 @@ -197,6 +197,8 @@ (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)