mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 18:26:36 -04:00
Fix white space in last checkin
This commit is contained in:
parent
370eb67604
commit
e01c72f8f4
|
|
@ -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…
Reference in a new issue