mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
* lisp/pcomplete.el: Remove aliases commented out for 20 years.
This commit is contained in:
parent
6686a31591
commit
6a8935a153
1 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue