branch: externals/orderless
commit 12ea1f2947ae716b5a7dd8205eed2880b666634c
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>

    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