diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-29 11:27:10 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-29 11:27:10 -0500 |
| commit | 306fb267f5dee9beb307b3a336111b9715acac67 (patch) | |
| tree | 3b75043686a2593f628125c5aa4b8a44ff4301c3 /orderless.el | |
| parent | e16fc5ddb1b5399d544f545e30cd602cde3d896f (diff) | |
Mark orderless-temporarily-change-separator obsolete (#15)
Diffstat (limited to 'orderless.el')
| -rw-r--r-- | orderless.el | 4 |
1 files changed, 4 insertions, 0 deletions
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: ")))) |
