# HG changeset patch # User Dan Nicolaescu # Date 1190432267 0 # Node ID 7e5ed8ab53584c53d7ba130fc5fb23b07774e942 # Parent 68033fec68672010431a646ada4a623d1eb344ad (checkdoc-force-docstrings-flag) (checkdoc-permit-comma-termination-flag): Autoload the safe-local-variable setting. diff -r 68033fec6867 -r 7e5ed8ab5358 lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 22 03:11:04 2007 +0000 +++ b/lisp/ChangeLog Sat Sep 22 03:37:47 2007 +0000 @@ -1,5 +1,9 @@ 2007-09-22 Dan Nicolaescu + * 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. diff -r 68033fec6867 -r 7e5ed8ab5358 lisp/emacs-lisp/checkdoc.el --- 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.