diff lisp/ChangeLog @ 96274:b0ac9927a5c0

(eshell-manipulate): Check eshell-debug-command is bound before using it.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 25 Jun 2008 15:05:33 +0000
parents d011b21b3f08
children 5f58c2a66de7
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 25 15:01:47 2008 +0000
+++ b/lisp/ChangeLog	Wed Jun 25 15:05:33 2008 +0000
@@ -1,3 +1,8 @@
+2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
+	is bound before using it.
+
 2008-06-25  Kenichi Handa  <handa@m17n.org>
 
 	* image.el (image-jpeg-p): Convert DATA to unibyte at first.
@@ -20,13 +25,13 @@
 
 2008-06-25  Andreas Schwab  <schwab@suse.de>
 
-	* faces.el (face-font-family-alternatives, variable-pitch): Use
-	"Sans Serif", not "Sans-Serif".
+	* faces.el (face-font-family-alternatives, variable-pitch):
+	Use "Sans Serif", not "Sans-Serif".
 
 2008-06-24  Chong Yidong  <cyd@stupidchicken.com>
 
-	* faces.el (face-font-family-alternatives, variable-pitch): Change
-	"Sans" to the canonical name "Sans-Serif".
+	* faces.el (face-font-family-alternatives, variable-pitch):
+	Change "Sans" to the canonical name "Sans-Serif".
 
 2008-06-24  Jay Belanger  <jay.p.belanger@gmail.com>