aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-04-22 16:53:13 +0000
committerRichard M. Stallman <[email protected]>2007-04-22 16:53:13 +0000
commitc05ddcf77b096913106505976a4ff8da2cb239e9 (patch)
tree41168cfbfc1bbebe1d563559c87a12228dcc50e8 /lisp
parent06b1a5ef97220f8ad462c9c4b373296fc38438c4 (diff)
Whitespace change.
Diffstat (limited to 'lisp')
-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 27796e0502..079ebb0262 100644
--- a/lisp/progmodes/cc-cmds.el
+++ b/lisp/progmodes/cc-cmds.el
@@ -857,7 +857,7 @@ is inhibited."
(back-to-indentation)
(looking-at (concat c-current-comment-prefix "[ \t]*$")))))
(delete-region (progn (forward-line 0) (point))
- (progn (end-of-line) (point)))
+ (progn (end-of-line) (point)))
(insert-char ?* 1)) ; the / comes later. ; Do I need a t (retain sticky properties) here?
(setq indentp (and (not arg)