changeset 56773:6764baacc7a3

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 22 Aug 2004 21:11:43 +0000
parents 87ac4f004dc4
children 83b46711cad2
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Aug 22 21:08:47 2004 +0000
+++ b/lisp/ChangeLog	Sun Aug 22 21:11:43 2004 +0000
@@ -1,3 +1,10 @@
+2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
+
+	* speedbar.el (speedbar-file-regexp): Give it a phony defvar
+	before and a real defvar after
+	`speedbar-supported-extension-expressions'.  This is to silence
+	the compiler without breaking bootstrapping.
+
 2004-08-22  Richard M. Stallman  <rms@gnu.org>
 
 	* textmodes/flyspell.el (flyspell-word): Use
@@ -30,9 +37,9 @@
 	* ps-mule.el: Delete compatibility code for old Emacses.
 	(ps-mule-find-wrappoint): Don't use chars-in-region.
 
-	* frame.el (display-mouse-p, display-selections-p): 
+	* frame.el (display-mouse-p, display-selections-p):
 	Use with-no-warnings.
-	
+
 	* font-lock.el (font-lock-set-defaults): Use with-no-warnings.
 
 2004-08-22  David Kastrup  <dak@gnu.org>