diff lisp/emacs-lisp/checkdoc.el @ 84778:7e5ed8ab5358

(checkdoc-force-docstrings-flag) (checkdoc-permit-comma-termination-flag): Autoload the safe-local-variable setting.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 22 Sep 2007 03:37:47 +0000
parents cc5b3cf69a31
children f873840f9fea bdb3fe0ba9fa
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Sat Sep 22 03:11:04 2007 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Sat Sep 22 03:37:47 2007 +0000
@@ -233,7 +233,7 @@
 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 @@
 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.