summaryrefslogtreecommitdiff
path: root/lisp/newcomment.el
diff options
context:
space:
mode:
authorReiner Steib <Reiner.Steib@gmx.de>2006-05-11 15:01:41 +0000
committerReiner Steib <Reiner.Steib@gmx.de>2006-05-11 15:01:41 +0000
commit631c8020a58e69a7ba0bea8701278df57dafa315 (patch)
tree0f89307b70645874db03037f70739336c2dba3ad /lisp/newcomment.el
parent53af865dd1bed633a63b951a4e2918311125fb2c (diff)
Move `safe-local-variable' declarations to the respective files.
Diffstat (limited to 'lisp/newcomment.el')
-rw-r--r--lisp/newcomment.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/newcomment.el b/lisp/newcomment.el
index d5a2cea914a..5dfa1eb8959 100644
--- a/lisp/newcomment.el
+++ b/lisp/newcomment.el
@@ -104,6 +104,7 @@ not to go beyond `comment-fill-column'."
:type 'integer
:group 'comment)
(make-variable-buffer-local 'comment-column)
+;;;###autoload(put 'comment-column 'safe-local-variable 'integerp)
;;;###autoload
(defvar comment-start nil