diff lisp/ChangeLog @ 104994:48428e99bf83

* eshell/em-hist.el: * eshell/em-dirs.el (eshell-complete-user-reference): Declare pcomplete functions and variables to avoid compiler warnings. * eshell/em-script.el (eshell-login-script, eshell-rc-script): * eshell/em-dirs.el (eshell-last-dir-ring-file-name): * eshell/em-alias.el (eshell-aliases-file): * eshell/em-hist.el (eshell-history-file-name): Use expand-file-name instead of concat to make file names (Bug#4308).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 13 Sep 2009 02:16:25 +0000
parents 403125cdfb24
children 45d111e58a36
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 13 02:14:25 2009 +0000
+++ b/lisp/ChangeLog	Sun Sep 13 02:16:25 2009 +0000
@@ -1,3 +1,17 @@
+2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
+
+	* eshell/em-hist.el:
+	* eshell/em-dirs.el (eshell-complete-user-reference): Declare
+	pcomplete functions and variables to avoid compiler warnings.
+
+2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
+
+	* eshell/em-script.el (eshell-login-script, eshell-rc-script):
+	* eshell/em-dirs.el (eshell-last-dir-ring-file-name):
+	* eshell/em-alias.el (eshell-aliases-file):
+	* eshell/em-hist.el (eshell-history-file-name): Use
+	expand-file-name instead of concat to make file names (Bug#4308).
+
 2009-09-13  Glenn Morris  <rgm@gnu.org>
 
 	* ediff-merg.el (ediff-do-merge):