summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-unix.el
diff options
context:
space:
mode:
authorMike Lamb <mrlamb@gmail.com>2012-01-23 00:18:22 -0800
committerGlenn Morris <rgm@gnu.org>2012-01-23 00:18:22 -0800
commitd7128bb16449d0b4f0d9735bed049cf5e03d61e9 (patch)
tree363b76a2f4a2b268c73e799e29329d31d8a75532 /lisp/eshell/em-unix.el
parent802a2ae21ff07fa801aa8de843a9b9d496fb459a (diff)
downloademacs-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.el2
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)