diff options
author | Glenn Morris <rgm@gnu.org> | 2016-01-25 18:24:09 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2016-01-25 18:24:09 -0500 |
commit | 9dec01d2912f84373c16fa8cc9da8992f37e6de6 (patch) | |
tree | c7f8ce46074d216ea690e23c540b6c4b714d8090 /lisp/simple.el | |
parent | 60f6bd85a61ab0e46a51ed6adc7e13f05d43338a (diff) | |
download | emacs-9dec01d2912f84373c16fa8cc9da8992f37e6de6.tar.gz |
; Spelling fixes (American spelling)
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index ed4ca91b2e5..72e87a410fc 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2894,7 +2894,7 @@ removes the previous `undo-boundary' if a series of such calls have been made. By default `self-insert-command' and `delete-char' are the only amalgamating commands, although this function could be called by any command wishing to have this -behaviour." +behavior." (let ((last-amalgamating-count (undo-auto--last-boundary-amalgamating-number))) (setq undo-auto--this-command-amalgamating t) |