* lisp/eshell/esh-util.el (pcomplete/ssh): Remove alias. (tiny change)
authorMike Lamb <mrlamb@gmail.com>
Mon, 23 Jan 2012 08:18:22 +0000 (00:18 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 23 Jan 2012 08:18:22 +0000 (00:18 -0800)
There is a better pcomplete/ssh defined in pcmpl-unix.el.

Fixes: debbugs:10548

lisp/ChangeLog
lisp/eshell/em-unix.el

index 297043f..97281db 100644 (file)
@@ -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  <lekktu@gmail.com>
 
        * subr.el (display-delayed-warnings): Doc fix.
index f24180b..296e2ee 100644 (file)
@@ -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)