From: Glenn Morris Date: Wed, 10 Jan 2018 18:48:20 +0000 (-0500) Subject: ; lisp/progmodes/cc-cmds.el: Comment. X-Git-Tag: emacs-27.0.90~5900 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bea8dc81ebe6a8f4af854cf6f21436df84ad63f7;p=emacs.git ; lisp/progmodes/cc-cmds.el: Comment. --- diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el index 9315ce400be..0c4829e103f 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