]> git.eshelyaron.com Git - emacs.git/commitdiff
(comment-fill-column): Fix :type spec.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 13:01:03 +0000 (13:01 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 30 Apr 2002 13:01:03 +0000 (13:01 +0000)
lisp/newcomment.el

index 68681f516810a949363a413999d8d0c6e9a9879a..3e20679afef5de5f21f2dbfd73d7884e6ea622c8 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: code extracted from Emacs-20's simple.el
 ;; Maintainer: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: comment uncomment
-;; Revision: $Id: newcomment.el,v 1.46 2002/04/08 22:58:27 monnier Exp $
+;; Revision: $Id: newcomment.el,v 1.47 2002/04/29 23:43:11 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -88,7 +88,7 @@ Major modes should set this variable.")
 
 (defcustom comment-fill-column nil
   "Column to use for `comment-indent'.  If nil, use `fill-column' instead."
-  :type '(choice nil integer))
+  :type '(choice (const nil) integer))
 
 ;;;###autoload
 (defcustom comment-column 32