emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master bea8dc8 2/2: ; lisp/progmodes/cc-cmds.el: Comment.


From: Glenn Morris
Subject: [Emacs-diffs] master bea8dc8 2/2: ; lisp/progmodes/cc-cmds.el: Comment.
Date: Wed, 10 Jan 2018 13:48:54 -0500 (EST)

branch: master
commit bea8dc81ebe6a8f4af854cf6f21436df84ad63f7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; lisp/progmodes/cc-cmds.el: Comment.
---
 lisp/progmodes/cc-cmds.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el
index 9315ce4..0c4829e 100644
--- a/lisp/progmodes/cc-cmds.el
+++ b/lisp/progmodes/cc-cmds.el
@@ -4737,7 +4737,7 @@ If a fill prefix is specified, it overrides all the 
above."
 (defalias 'c-comment-line-break-function 'c-indent-new-comment-line)
 (make-obsolete 'c-comment-line-break-function 'c-indent-new-comment-line 
"21.1")
 
-;; advice for indent-new-comment-line for older Emacsen
+;; Advice for Emacsen older than 21.1 (!), released 2001/10
 (unless (boundp 'comment-line-break-function)
   (defvar c-inside-line-break-advice nil)
   (defadvice indent-new-comment-line (around c-line-break-advice



reply via email to

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