emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/objed 372124c 019/216: Add undo-only as keeper command


From: Stefan Monnier
Subject: [elpa] externals/objed 372124c 019/216: Add undo-only as keeper command
Date: Tue, 8 Jan 2019 12:29:01 -0500 (EST)

branch: externals/objed
commit 372124c9127aebfc4a81706e8148a67f38ed49ff
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Add undo-only as keeper command
---
 objed.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/objed.el b/objed.el
index 567f53c..8f90ab4 100644
--- a/objed.el
+++ b/objed.el
@@ -388,7 +388,7 @@ be used to restore previous states."
   :type 'integer)
 
 
-(defcustom objed-keeper-commands '(save-buffer read-only-mode undo)
+(defcustom objed-keeper-commands '(save-buffer read-only-mode undo undo-only)
   "Regular Emacs commands which should not exit modal edit state.
 
 When regular commands are executed `objed' will exit its editing



reply via email to

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