summaryrefslogtreecommitdiff
path: root/orderless.el
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2020-04-29 18:54:59 -0500
committerOmar Antolín <omar.antolin@gmail.com>2020-04-29 18:54:59 -0500
commit99e90bf139fe4aa5722ed60e63df03d7baa656c7 (patch)
tree608c225c0b6f1043827197aa8f1c5bbe7caea9a3 /orderless.el
parent830976770b776f05bbb3729e2a9b197410d65cfe (diff)
Declare orderless-old-component-separator obsolete too
Diffstat (limited to 'orderless.el')
-rw-r--r--orderless.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/orderless.el b/orderless.el
index eacb064..0684a0f 100644
--- a/orderless.el
+++ b/orderless.el
@@ -315,6 +315,9 @@ This function is part of the `orderless' completion style."
(defvar orderless-old-component-separator nil
"Stores the old value of `orderless-component-separator'.")
+(make-obsolete-variable 'orderless-old-component-separator
+ "See https://github.com/oantolin/orderless/issues/15"
+ "20200419")
(defun orderless--restore-component-separator ()
"Restore old value of `orderless-component-separator'."