]> code.delx.au - gnu-emacs/commitdiff
* 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 297043fa12bd85be0a60d0f21548a3feab540400..97281db4c7c9ba5fa44747b052fae25f5a3aee61 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 f24180b5c7f25e54d0e672f66e93020504cba52f..296e2ee8b246f9dc1266e85e986fc92f77d7857a 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)