]> git.eshelyaron.com Git - emacs.git/commitdiff
; lisp/progmodes/cc-cmds.el: Comment.
authorGlenn Morris <rgm@gnu.org>
Wed, 10 Jan 2018 18:48:20 +0000 (13:48 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 10 Jan 2018 18:48:20 +0000 (13:48 -0500)
lisp/progmodes/cc-cmds.el

index 9315ce400becf9e0ff817c9a4f7862dcd66b60dc..0c4829e103f66a66f43dd1c51a7f9f0c728cb564 100644 (file)
@@ -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