From: Richard M. Stallman Date: Sun, 22 Apr 2007 16:53:13 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-pretest-22.0.99~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c05ddcf77b096913106505976a4ff8da2cb239e9;p=emacs.git Whitespace change. --- 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." (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)