comparison lisp/newcomment.el @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents 72dea2ff0142 63b772bfba93
children 7f3f771c85fa
comparison
equal deleted inserted replaced
90398:1f8d5cd37cf0 90399:a5812696f7bf
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)