mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00: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 New Issue
Block a user