diff options
author | Mike Lamb <mrlamb@gmail.com> | 2012-01-23 00:18:22 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-01-23 00:18:22 -0800 |
commit | d7128bb16449d0b4f0d9735bed049cf5e03d61e9 (patch) | |
tree | 363b76a2f4a2b268c73e799e29329d31d8a75532 /lisp/eshell/em-unix.el | |
parent | 802a2ae21ff07fa801aa8de843a9b9d496fb459a (diff) | |
download | emacs-d7128bb16449d0b4f0d9735bed049cf5e03d61e9.tar.gz |
* lisp/eshell/esh-util.el (pcomplete/ssh): Remove alias. (tiny change)
There is a better pcomplete/ssh defined in pcmpl-unix.el.
Fixes: debbugs:10548
Diffstat (limited to 'lisp/eshell/em-unix.el')
-rw-r--r-- | lisp/eshell/em-unix.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index f24180b5c7f..296e2ee8b24 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -792,8 +792,6 @@ external command." (funcall (or (pcomplete-find-completion-function (pcomplete-arg 1)) pcomplete-default-completion-function))) -(defalias 'pcomplete/ssh 'pcomplete/rsh) - (defvar block-size) (defvar by-bytes) (defvar dereference-links) |