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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to