emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/viper-undo c75c250: Fix last broken commit


From: Phillip Lord
Subject: [Emacs-diffs] fix/viper-undo c75c250: Fix last broken commit
Date: Thu, 19 May 2016 20:52:36 +0000 (UTC)

branch: fix/viper-undo
commit c75c250b2e5415be5f39cad8effde82a8405c544
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Fix last broken commit
---
 lisp/emulation/viper-cmd.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index f206f76..6b8fa46 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -1718,7 +1718,7 @@ invokes the command before that, etc."
 
 
 (defun viper-set-complex-command-for-undo ()
-  (when (not viper-undo-needs-adjustment)
+  (when (not viper-undo-in-complex-command)
     (setq undo-auto-disable-boundaries t)
     (setq viper-undo-in-complex-command t)
     (undo-boundary)))



reply via email to

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