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: Wed, 29 Jun 2005 02:44:38 -0400

Index: emacs/lisp/newcomment.el
diff -c emacs/lisp/newcomment.el:1.83 emacs/lisp/newcomment.el:1.84
*** emacs/lisp/newcomment.el:1.83       Thu May 19 19:06:18 2005
--- emacs/lisp/newcomment.el    Wed Jun 29 06:44:37 2005
***************
*** 502,508 ****
           (or (match-end 1) (/= (current-column) (current-indentation))))
        0
      (when (or (/= (current-column) (current-indentation))
!             (and (> comment-add 0) (looking-at "\\s<\\S<")))
        comment-column)))
  
  ;;;###autoload
--- 502,508 ----
           (or (match-end 1) (/= (current-column) (current-indentation))))
        0
      (when (or (/= (current-column) (current-indentation))
!             (and (> comment-add 0) (looking-at "\\s<\\(\\S<\\|\\'\\)")))
        comment-column)))
  
  ;;;###autoload




reply via email to

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