aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 27796e05022..079ebb02622 100644
--- a/lisp/progmodes/cc-cmds.el
+++ b/lisp/progmodes/cc-cmds.el
@@ -857,7 +857,7 @@ is inhibited."
857 (back-to-indentation) 857 (back-to-indentation)
858 (looking-at (concat c-current-comment-prefix "[ \t]*$"))))) 858 (looking-at (concat c-current-comment-prefix "[ \t]*$")))))
859 (delete-region (progn (forward-line 0) (point)) 859 (delete-region (progn (forward-line 0) (point))
860 (progn (end-of-line) (point))) 860 (progn (end-of-line) (point)))
861 (insert-char ?* 1)) ; the / comes later. ; Do I need a t (retain sticky properties) here? 861 (insert-char ?* 1)) ; the / comes later. ; Do I need a t (retain sticky properties) here?
862 862
863 (setq indentp (and (not arg) 863 (setq indentp (and (not arg)