Mercurial > emacs
changeset 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 | 68033fec6867 |
children | 67e430e38471 |
files | lisp/ChangeLog lisp/emacs-lisp/checkdoc.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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.