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

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

[elpa] externals/orderless 12ea1f2947 110/204: Make transients buffer lo


From: ELPA Syncer
Subject: [elpa] externals/orderless 12ea1f2947 110/204: Make transients buffer local
Date: Tue, 11 Jan 2022 12:58:22 -0500 (EST)

branch: externals/orderless
commit 12ea1f2947ae716b5a7dd8205eed2880b666634c
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Make transients buffer local
---
 orderless.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/orderless.el b/orderless.el
index 84923e42f2..519e13a33b 100644
--- a/orderless.el
+++ b/orderless.el
@@ -109,6 +109,7 @@ use this variable you are likely to want to reset it to nil 
after
 every completion session, which can be achieved by adding the
 function `orderless-remove-transient-configuration' to the
 `minibuffer-exit-hook'."
+  :local t
   :type '(choice string nil)
   :group 'orderless)
 
@@ -180,6 +181,7 @@ reset it to nil after every completion session, which can be
 achieved by adding the function
 `orderless-remove-transient-configuration' to the
 `minibuffer-exit-hook'."
+  :local t
   :type 'hook
   :group 'orderless)
 
@@ -194,6 +196,7 @@ reset it to nil after every completion session, which can be
 achieved by adding the function
 `orderless-remove-transient-configuration' to the
 `minibuffer-exit-hook'."
+  :local t
   :type 'hook
   :group 'orderless)
 



reply via email to

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