comparison lisp/newcomment.el @ 70590:63b772bfba93

Move `safe-local-variable' declarations to the respective files.
author Reiner Steib <Reiner.Steib@gmx.de>
date Thu, 11 May 2006 15:01:41 +0000
parents fa073d9c1a2b
children f945b59b4f03 a5812696f7bf
comparison
equal deleted inserted replaced
70589:d09c5cf66b5c 70590:63b772bfba93
102 Comments might be indented to a value smaller than this in order 102 Comments might be indented to a value smaller than this in order
103 not to go beyond `comment-fill-column'." 103 not to go beyond `comment-fill-column'."
104 :type 'integer 104 :type 'integer
105 :group 'comment) 105 :group 'comment)
106 (make-variable-buffer-local 'comment-column) 106 (make-variable-buffer-local 'comment-column)
107 ;;;###autoload(put 'comment-column 'safe-local-variable 'integerp)
107 108
108 ;;;###autoload 109 ;;;###autoload
109 (defvar comment-start nil 110 (defvar comment-start nil
110 "*String to insert to start a new comment, or nil if no comment syntax.") 111 "*String to insert to start a new comment, or nil if no comment syntax.")
111 ;;;###autoload(put 'comment-start 'safe-local-variable 'string-or-null-p) 112 ;;;###autoload(put 'comment-start 'safe-local-variable 'string-or-null-p)