From: Stefan Monnier Date: Tue, 30 Apr 2002 13:01:03 +0000 (+0000) Subject: (comment-fill-column): Fix :type spec. X-Git-Tag: ttn-vms-21-2-B4~15271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=41dfdd7120a1a0b00827a8b50d05e38208bffb5a;p=emacs.git (comment-fill-column): Fix :type spec. --- diff --git a/lisp/newcomment.el b/lisp/newcomment.el index 68681f51681..3e20679afef 100644 --- a/lisp/newcomment.el +++ b/lisp/newcomment.el @@ -5,7 +5,7 @@ ;; Author: code extracted from Emacs-20's simple.el ;; Maintainer: Stefan Monnier ;; 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