Mercurial > emacs
changeset 45023:e4546fd8cb33
(comment-fill-column): Fix :type spec.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 30 Apr 2002 13:01:03 +0000 |
parents | 4359b383982c |
children | 5b88ee8bf05e |
files | lisp/newcomment.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/newcomment.el Tue Apr 30 05:42:29 2002 +0000 +++ b/lisp/newcomment.el Tue Apr 30 13:01:03 2002 +0000 @@ -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 @@ (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