diff options
| author | Lars Ingebrigtsen | 2016-02-24 13:55:29 +1100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-24 13:55:29 +1100 |
| commit | e01c72f8f4987f9de71130b8b6d8224999fc6c6f (patch) | |
| tree | c0fdec5a68dcd702322318b479618ddd7ece4c8e | |
| parent | 370eb6760435436c9b6b4d60df628d108464d20d (diff) | |
| download | emacs-e01c72f8f4987f9de71130b8b6d8224999fc6c6f.tar.gz emacs-e01c72f8f4987f9de71130b8b6d8224999fc6c6f.zip | |
Fix white space in last checkin
| -rw-r--r-- | lisp/emacs-lisp/lisp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index c3de7730485..764d01ce6db 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el | |||
| @@ -621,7 +621,8 @@ This command assumes point is not in a string or comment." | |||
| 621 | (save-excursion | 621 | (save-excursion |
| 622 | (goto-char (region-end)) | 622 | (goto-char (region-end)) |
| 623 | (insert close)) | 623 | (insert close)) |
| 624 | (goto-char (region-beginning)) (insert open)) | 624 | (goto-char (region-beginning)) |
| 625 | (insert open)) | ||
| 625 | (if arg (setq arg (prefix-numeric-value arg)) | 626 | (if arg (setq arg (prefix-numeric-value arg)) |
| 626 | (setq arg 0)) | 627 | (setq arg 0)) |
| 627 | (cond ((> arg 0) (skip-chars-forward " \t")) | 628 | (cond ((> arg 0) (skip-chars-forward " \t")) |