mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Whitespace change.
This commit is contained in:
parent
06b1a5ef97
commit
c05ddcf77b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue