From: Stefan Kangas Date: Mon, 5 Apr 2021 13:15:31 +0000 (+0200) Subject: * lisp/pcomplete.el: Remove aliases commented out for 20 years. X-Git-Tag: emacs-28.0.90~3002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a8935a1531b8b64777bf357ed65a2ae69eade9e;p=emacs.git * lisp/pcomplete.el: Remove aliases commented out for 20 years. --- diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el index bffdcaa2de0..64acc416c23 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