emacs-diffs
[Top][All Lists]
Advanced

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

master 6a8935a 2/2: * lisp/pcomplete.el: Remove aliases commented out fo


From: Stefan Kangas
Subject: master 6a8935a 2/2: * lisp/pcomplete.el: Remove aliases commented out for 20 years.
Date: Mon, 5 Apr 2021 09:26:49 -0400 (EDT)

branch: master
commit 6a8935a1531b8b64777bf357ed65a2ae69eade9e
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/pcomplete.el: Remove aliases commented out for 20 years.
---
 lisp/pcomplete.el | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el
index bffdcaa..64acc41 100644
--- a/lisp/pcomplete.el
+++ b/lisp/pcomplete.el
@@ -1311,18 +1311,6 @@ If specific documentation can't be given, be generic."
       (pcomplete-read-hosts pcomplete-hosts-file 'pcomplete--host-name-cache
                    'pcomplete--host-name-cache-timestamp)))
 
-;; create a set of aliases which allow completion functions to be not
-;; quite so verbose
-
-;;; jww (1999-10-20): are these a good idea?
-;; (defalias 'pc-here 'pcomplete-here)
-;; (defalias 'pc-test 'pcomplete-test)
-;; (defalias 'pc-opt 'pcomplete-opt)
-;; (defalias 'pc-match 'pcomplete-match)
-;; (defalias 'pc-match-string 'pcomplete-match-string)
-;; (defalias 'pc-match-beginning 'pcomplete-match-beginning)
-;; (defalias 'pc-match-end 'pcomplete-match-end)
-
 (provide 'pcomplete)
 
 ;;; pcomplete.el ends here



reply via email to

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