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

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

[elpa] externals/objed 2a634b8 054/166: Make append mode global


From: Clemens Radermacher
Subject: [elpa] externals/objed 2a634b8 054/166: Make append mode global
Date: Sun, 29 Dec 2019 08:21:00 -0500 (EST)

branch: externals/objed
commit 2a634b8cbeb36a9c5db2370ea7775acec03477ac
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Make append mode global
---
 objed.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/objed.el b/objed.el
index 864a9c7..aa888c7 100644
--- a/objed.el
+++ b/objed.el
@@ -2554,6 +2554,8 @@ state is only restored correctly if the buffer was not 
modified."
 When `objed-append-mode' is active `objed-copy' and `objed-kill'
 will append kills to the `kill-ring'."
   :init-value nil
+  :global t
+  :require 'objed
   :lighter " >>")
 
 



reply via email to

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