From: Mike Lamb Date: Mon, 23 Jan 2012 08:18:22 +0000 (-0800) Subject: * lisp/eshell/esh-util.el (pcomplete/ssh): Remove alias. (tiny change) X-Git-Tag: emacs-pretest-24.0.93~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7128bb16449d0b4f0d9735bed049cf5e03d61e9;p=emacs.git * 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 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 297043fa12b..97281db4c7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,6 +3,8 @@ * eshell/esh-util.el (eshell-read-hosts-file): Skip comment lines. (Bug#10549) + * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548) + 2012-01-23 Juanma Barranquero * subr.el (display-delayed-warnings): Doc fix. 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)