emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106917: * lisp/eshell/esh-util.el (p


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106917: * lisp/eshell/esh-util.el (pcomplete/ssh): Remove alias. (tiny change)
Date: Mon, 23 Jan 2012 00:18:22 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106917
fixes bug(s): http://debbugs.gnu.org/10548
author: Mike Lamb <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-01-23 00:18:22 -0800
message:
  * lisp/eshell/esh-util.el (pcomplete/ssh): Remove alias.  (tiny change)
  There is a better pcomplete/ssh defined in pcmpl-unix.el.
modified:
  lisp/ChangeLog
  lisp/eshell/em-unix.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-01-23 08:12:10 +0000
+++ b/lisp/ChangeLog    2012-01-23 08:18:22 +0000
@@ -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  <address@hidden>
 
        * subr.el (display-delayed-warnings): Doc fix.

=== modified file 'lisp/eshell/em-unix.el'
--- a/lisp/eshell/em-unix.el    2012-01-19 07:21:25 +0000
+++ b/lisp/eshell/em-unix.el    2012-01-23 08:18:22 +0000
@@ -792,8 +792,6 @@
   (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]