emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] fix/no-undo-boundary-on-secondary-buffer-change ae3d759: F


From: Phillip Lord
Subject: [Emacs-diffs] fix/no-undo-boundary-on-secondary-buffer-change ae3d759: Final commit before squash.
Date: Thu, 12 Nov 2015 15:06:33 +0000

branch: fix/no-undo-boundary-on-secondary-buffer-change
commit ae3d75942f4165022346ea15aaefbb64339cdc2f
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Final commit before squash.
---
 lisp/simple.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index af917c6..821c766 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2827,8 +2827,8 @@ REASON describes the reason that the boundary is being 
added; see
 
 (defun undo-auto--boundary-timer ()
   "Timer which will run `undo--auto-boundary-timer'."
-  (undo-auto--boundaries 'timer)
-  (setq undo-auto--current-boundary-timer nil))
+  (setq undo-auto--current-boundary-timer nil)
+  (undo-auto--boundaries 'timer))
 
 (defun undo-auto--boundary-ensure-timer ()
   "Ensure that the `undo-auto-boundary-timer' is set."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]