aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-10-24 19:28:05 +0300
committerEli Zaretskii2013-10-24 19:28:05 +0300
commit6be0e22b4f0f6a4ab6362a915d0e3f9bb4d2af2e (patch)
treee7a9e625648cb48b39a5a9c79f586b62a692ab54 /lisp/ChangeLog
parent4fa11a36643d54628ae52cc21b95f714930edc96 (diff)
downloademacs-6be0e22b4f0f6a4ab6362a915d0e3f9bb4d2af2e.tar.gz
emacs-6be0e22b4f0f6a4ab6362a915d0e3f9bb4d2af2e.zip
Fix last changes to support whitespace in directory names.
lisp/Makefile.in ($(MH_E_DIR)/mh-loaddefs.el) ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el) ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el): Call unmsys--file-name before expand-file-name, not after it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 587535e328e..2a818f2f12c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-10-24 Eli Zaretskii <eliz@gnu.org>
2
3 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el)
4 ($(TRAMP_DIR)/tramp-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
5 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el): Call
6 unmsys--file-name before expand-file-name, not after it.
7
12013-10-24 Michael Albinus <michael.albinus@gmx.de> 82013-10-24 Michael Albinus <michael.albinus@gmx.de>
2 9
3 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'. 10 * emacs-lisp/ert.el (ert-deftest): Bind macro `skip-unless'.