From 306fb267f5dee9beb307b3a336111b9715acac67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Omar=20Antol=C3=ADn?= Date: Wed, 29 Apr 2020 11:27:10 -0500 Subject: Mark orderless-temporarily-change-separator obsolete (#15) --- orderless.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/orderless.el b/orderless.el index 1297b6c..eacb064 100644 --- a/orderless.el +++ b/orderless.el @@ -318,6 +318,8 @@ This function is part of the `orderless' completion style." (defun orderless--restore-component-separator () "Restore old value of `orderless-component-separator'." + (declare (obsolete "See https://github.com/oantolin/orderless/issues/15" + "20200419")) (when orderless-old-component-separator (setq orderless-component-separator orderless-old-component-separator orderless-old-component-separator nil)) @@ -325,6 +327,8 @@ This function is part of the `orderless' completion style." (defun orderless-temporarily-change-separator (separator) "Use SEPARATOR to split the input for the current completion session." + (declare (obsolete "See https://github.com/oantolin/orderless/issues/15" + "20200419")) (interactive (list (let ((enable-recursive-minibuffers t)) (read-string "Orderless regexp separator: ")))) -- cgit v1.0