]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/pcomplete.el: Remove aliases commented out for 20 years.
authorStefan Kangas <stefan@marxist.se>
Mon, 5 Apr 2021 13:15:31 +0000 (15:15 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 5 Apr 2021 13:15:31 +0000 (15:15 +0200)
lisp/pcomplete.el

index bffdcaa2de0d2bc9708a69f6ec26d4740ffa9dc7..64acc416c2300f9c3cf49245f84ec4dd90eb9e4c 100644 (file)
@@ -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