emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 0efe0bd: Obsolete eshell-cmpl-suffix-list


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 0efe0bd: Obsolete eshell-cmpl-suffix-list
Date: Tue, 6 Mar 2018 15:07:35 -0500 (EST)

branch: emacs-26
commit 0efe0bd233de20bfb5bd9d06b255fc8ecf04602b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Obsolete eshell-cmpl-suffix-list
    
    * lisp/eshell/em-cmpl.el (eshell-cmpl-suffix-list):
    Make obsolete, to match pcomplete-suffix-list.
---
 lisp/eshell/em-cmpl.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/eshell/em-cmpl.el b/lisp/eshell/em-cmpl.el
index 1f44007..b56cf16 100644
--- a/lisp/eshell/em-cmpl.el
+++ b/lisp/eshell/em-cmpl.el
@@ -167,6 +167,9 @@ to writing a completion function."
   (eshell-cmpl--custom-variable-docstring 'pcomplete-suffix-list)
   :type (get 'pcomplete-suffix-list 'custom-type)
   :group 'pcomplete)
+;; Only labelled obsolete in 26.1, but all it does it set
+;; pcomplete-suffix-list, which is itself obsolete since 24.1.
+(make-obsolete-variable 'eshell-cmpl-suffix-list nil "24.1")
 
 (defcustom eshell-cmpl-recexact nil
   (eshell-cmpl--custom-variable-docstring 'pcomplete-recexact)



reply via email to

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