aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-04-21 17:18:12 -0400
committerStefan Monnier2014-04-21 17:18:12 -0400
commit622eef687cedb8fbaf8ca529239f46968c2487f7 (patch)
tree7bde00069a04ff17f8c20b5f7acb8899ccabfb8d /lisp/ChangeLog
parent505fa2ab43f38f623fb8f1653371a3a35d5d4b7f (diff)
downloademacs-622eef687cedb8fbaf8ca529239f46968c2487f7.tar.gz
emacs-622eef687cedb8fbaf8ca529239f46968c2487f7.zip
* lisp/emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c1aef0c0f90..d25bf4b7597 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,11 @@
12014-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
4
12014-04-21 Michael Albinus <michael.albinus@gmx.de> 52014-04-21 Michael Albinus <michael.albinus@gmx.de>
2 6
3 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions): Set 7 * net/tramp-sh.el (tramp-sh-handle-file-name-all-completions):
4 "IFS=" when using read builtin, in order to preserve spaces in 8 Set "IFS=" when using read builtin, in order to preserve spaces in
5 the file name. Add test messages for hunting a bug on hydra. 9 the file name. Add test messages for hunting a bug on hydra.
6 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help. 10 (tramp-get-ls-command): Undo using "-b" argument. It doesn't help.
7 11