emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/newcomment.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/newcomment.el
Date: Thu, 16 May 2002 12:01:27 -0400

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.47 emacs/lisp/newcomment.el:1.48
*** emacs/lisp/newcomment.el:1.47       Mon Apr 29 19:43:11 2002
--- emacs/lisp/newcomment.el    Tue Apr 30 09:01:03 2002
***************
*** 5,11 ****
  ;; Author: code extracted from Emacs-20's simple.el
  ;; Maintainer: Stefan Monnier <address@hidden>
  ;; Keywords: comment uncomment
! ;; Revision: $Id: newcomment.el,v 1.47 2002/04/29 23:43:11 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author: code extracted from Emacs-20's simple.el
  ;; Maintainer: Stefan Monnier <address@hidden>
  ;; Keywords: comment uncomment
! ;; Revision: $Id: newcomment.el,v 1.48 2002/04/30 13:01:03 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 88,94 ****
  
  (defcustom comment-fill-column nil
    "Column to use for `comment-indent'.  If nil, use `fill-column' instead."
!   :type '(choice nil integer))
  
  ;;;###autoload
  (defcustom comment-column 32
--- 88,94 ----
  
  (defcustom comment-fill-column nil
    "Column to use for `comment-indent'.  If nil, use `fill-column' instead."
!   :type '(choice (const nil) integer))
  
  ;;;###autoload
  (defcustom comment-column 32



reply via email to

[Prev in Thread] Current Thread [Next in Thread]