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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/newcomment.el
Date: Mon, 08 Apr 2002 18:58:27 -0400

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.45 emacs/lisp/newcomment.el:1.46
*** emacs/lisp/newcomment.el:1.45       Sun Mar  3 20:10:55 2002
--- emacs/lisp/newcomment.el    Mon Apr  8 18:58:27 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.45 2002/03/04 01:10:55 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.46 2002/04/08 22:58:27 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 89,97 ****
  ;;;###autoload
  (defcustom comment-column 32
    "*Column to indent right-margin comments to.
- Setting this variable automatically makes it local to the current buffer.
  Each mode establishes a different default value for this variable; you
! can set the value for a particular mode using that mode's hook."
    :type 'integer)
  (make-variable-buffer-local 'comment-column)
  
--- 89,98 ----
  ;;;###autoload
  (defcustom comment-column 32
    "*Column to indent right-margin comments to.
  Each mode establishes a different default value for this variable; you
! can set the value for a particular mode using that mode's hook.
! Comments might be indented to a value smaller than this in order
! not to go beyond `fill-column'."
    :type 'integer)
  (make-variable-buffer-local 'comment-column)
  



reply via email to

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