summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-04-05 15:15:31 +0200
committerStefan Kangas <stefan@marxist.se>2021-04-05 15:15:31 +0200
commit6a8935a1531b8b64777bf357ed65a2ae69eade9e (patch)
tree4213eafd4e7e42092ae879a92fc5994a7dfb9513 /lisp
parent6686a31591d2d22a4d1c7b6e68a618823186c48e (diff)
downloademacs-6a8935a1531b8b64777bf357ed65a2ae69eade9e.tar.gz
emacs-6a8935a1531b8b64777bf357ed65a2ae69eade9e.tar.bz2
emacs-6a8935a1531b8b64777bf357ed65a2ae69eade9e.zip
* lisp/pcomplete.el: Remove aliases commented out for 20 years.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/pcomplete.el12
1 files changed, 0 insertions, 12 deletions
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