aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMike Lamb2012-01-23 00:18:22 -0800
committerGlenn Morris2012-01-23 00:18:22 -0800
commitd7128bb16449d0b4f0d9735bed049cf5e03d61e9 (patch)
tree363b76a2f4a2b268c73e799e29329d31d8a75532 /lisp/ChangeLog
parent802a2ae21ff07fa801aa8de843a9b9d496fb459a (diff)
downloademacs-d7128bb16449d0b4f0d9735bed049cf5e03d61e9.tar.gz
emacs-d7128bb16449d0b4f0d9735bed049cf5e03d61e9.zip
* 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/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 297043fa12b..97281db4c7c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,8 @@
3 * eshell/esh-util.el (eshell-read-hosts-file): 3 * eshell/esh-util.el (eshell-read-hosts-file):
4 Skip comment lines. (Bug#10549) 4 Skip comment lines. (Bug#10549)
5 5
6 * eshell/em-unix.el (pcomplete/ssh): Remove. (Bug#10548)
7
62012-01-23 Juanma Barranquero <lekktu@gmail.com> 82012-01-23 Juanma Barranquero <lekktu@gmail.com>
7 9
8 * subr.el (display-delayed-warnings): Doc fix. 10 * subr.el (display-delayed-warnings): Doc fix.