]> git.eshelyaron.com Git - emacs.git/commitdiff
(checkdoc-force-docstrings-flag)
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 22 Sep 2007 03:37:47 +0000 (03:37 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 22 Sep 2007 03:37:47 +0000 (03:37 +0000)
(checkdoc-permit-comma-termination-flag): Autoload the
safe-local-variable setting.

lisp/ChangeLog
lisp/emacs-lisp/checkdoc.el

index 6d3909928c81cecb9a46f7a9123f2a1d24d09120..ab111ceef84d5786664e4c9860ad5fcfc99d7aa3 100644 (file)
@@ -1,5 +1,9 @@
 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
+       (checkdoc-permit-comma-termination-flag): Autoload the
+       safe-local-variable setting.
+
        * bookmark.el (bookmark-xemacsp): Remove.
        (bookmark-make): Don't use bookmark-xemacsp, use
        (featurep 'xemacs) instead.
index 1b32732c59a19a2711f5d53d079a329afffb8924..edbf382f39e154abe939f34f427728230903ad27 100644 (file)
@@ -233,7 +233,7 @@ and that it's good but not required practice to make non user visible items
 have doc strings."
   :group 'checkdoc
   :type 'boolean)
-(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
+;;;###autoload(put 'checkdoc-force-docstrings-flag 'safe-local-variable 'booleanp)
 
 (defcustom checkdoc-force-history-flag t
   "Non-nil means that files should have a History section or ChangeLog file.
@@ -249,7 +249,7 @@ should be used when the first part could stand alone as a sentence, but
 it indicates that a modifying clause follows."
   :group 'checkdoc
   :type 'boolean)
-(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
+;;;###autoload(put 'checkdoc-permit-comma-termination-flag 'safe-local-variable 'booleanp)
 
 (defcustom checkdoc-spellcheck-documentation-flag nil
   "Non-nil means run Ispell on text based on value.