changeset 33350:c5ea4f0666a4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 09 Nov 2000 16:11:52 +0000
parents b8015b527f27
children 6d19f06da8a4
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Nov 09 16:09:04 2000 +0000
+++ b/lisp/ChangeLog	Thu Nov 09 16:11:52 2000 +0000
@@ -1,3 +1,14 @@
+2000-11-09  Gerd Moellmann  <gerd@gnu.org>
+
+	* textmodes/ispell.el (ispell-library-path): Don't call
+	check-ispell-version when byte-compiling because that starts
+	an ispell process, and ispell might not be installed.
+	(toplevel): Don't set up a menu when byte-compiling.
+
+	* emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
+	it, so that a boundp test can be used to determine if we're
+	currently byte-compiling.
+
 2000-11-09  Dave Love  <fx@gnu.org>
 
 	* pcvs.el (uniquify-buffer-file-name): Wrap advice in
--- a/src/ChangeLog	Thu Nov 09 16:09:04 2000 +0000
+++ b/src/ChangeLog	Thu Nov 09 16:11:52 2000 +0000
@@ -1,5 +1,7 @@
 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
 
+	* dired.c (directory_files_internal): Fix a braino.
+	
 	* dired.c (directory_files_internal): Add missing GCPRO's.
 	Some cleanup.