aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-08-06 00:10:27 -0700
committerGlenn Morris2012-08-06 00:10:27 -0700
commite296d94b3369d05eeeeffde728a8bf5de885c720 (patch)
treeb5cddc2d9495307d823e2f08542d7ac0bfdb43d5 /lisp/ChangeLog
parent90749b537a83a3ba623e6f6163256130575fac2f (diff)
downloademacs-e296d94b3369d05eeeeffde728a8bf5de885c720.tar.gz
emacs-e296d94b3369d05eeeeffde728a8bf5de885c720.zip
* lisp/eshell/esh-ext.el (eshell/addpath): Use mapconcat.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8867ec557e5..8088a51f591 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -21,7 +21,7 @@
21 21
222012-08-06 Glenn Morris <rgm@gnu.org> 222012-08-06 Glenn Morris <rgm@gnu.org>
23 23
24 * eshell/esh-ext.el (eshell/addpath): Use dolist. 24 * eshell/esh-ext.el (eshell/addpath): Use dolist and mapconcat.
25 Do less getting and setting of environment variables. 25 Do less getting and setting of environment variables.
26 26
272012-08-05 Chong Yidong <cyd@gnu.org> 272012-08-05 Chong Yidong <cyd@gnu.org>