changeset 86417:ade18e811234

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Sat, 24 Nov 2007 21:15:08 +0000
parents b8c6722b2727
children bbc7f9c9ad6e
files lisp/ChangeLog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 24 21:14:57 2007 +0000
+++ b/lisp/ChangeLog	Sat Nov 24 21:15:08 2007 +0000
@@ -1,3 +1,15 @@
+2007-11-24  Glenn Morris  <rgm@gnu.org>
+
+	* eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
+	(esh-mode): Require it.
+	(esh-util): Use require rather than featurep and load.
+	(eshell): No need to test if eshell-mode is bound; remove obsolete
+	reference to eshell-auto.
+	(eshell-command, eshell-command-result): Don't require esh-mode
+	now that the file does.
+	(top-level): Move provide statement to the end of the
+	file.  Re-order and update commentary.
+
 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
 
 	* vc.el (vc-annotate-mode): Frob buffer invisibility spec.