Fix white space in last checkin
This commit is contained in:
parent
370eb67604
commit
e01c72f8f4
1 changed files with 2 additions and 1 deletions
|
@ -621,7 +621,8 @@ This command assumes point is not in a string or comment."
|
|||
(save-excursion
|
||||
(goto-char (region-end))
|
||||
(insert close))
|
||||
(goto-char (region-beginning)) (insert open))
|
||||
(goto-char (region-beginning))
|
||||
(insert open))
|
||||
(if arg (setq arg (prefix-numeric-value arg))
|
||||
(setq arg 0))
|
||||
(cond ((> arg 0) (skip-chars-forward " \t"))
|
||||
|
|
Loading…
Add table
Reference in a new issue