summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-cmds.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2018-01-10 13:48:20 -0500
committerGlenn Morris <rgm@gnu.org>2018-01-10 13:48:20 -0500
commitbea8dc81ebe6a8f4af854cf6f21436df84ad63f7 (patch)
tree4be84e7ad1fa901d6bf1939d55d557d438406c65 /lisp/progmodes/cc-cmds.el
parenta44fee314f151d0ee872f9ce584c7df52ee9f0f6 (diff)
downloademacs-bea8dc81ebe6a8f4af854cf6f21436df84ad63f7.tar.gz
emacs-bea8dc81ebe6a8f4af854cf6f21436df84ad63f7.tar.bz2
emacs-bea8dc81ebe6a8f4af854cf6f21436df84ad63f7.zip
; lisp/progmodes/cc-cmds.el: Comment.
Diffstat (limited to 'lisp/progmodes/cc-cmds.el')
-rw-r--r--lisp/progmodes/cc-cmds.el2
1 files changed, 1 insertions, 1 deletions
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