(speedbar-file-regexp): Give it a phony defvar before and a real
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 22 Aug 2004 21:11:43 +0000 (21:11 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 22 Aug 2004 21:11:43 +0000 (21:11 +0000)
defvar after `speedbar-supported-extension-expressions'.  This is to
silence the compiler without breaking bootstrapping.

lisp/ChangeLog
lisp/speedbar.el

index e70a3fd..a0dcde7 100644 (file)
@@ -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>
index 524a6d4..1a222e6 100644 (file)
@@ -665,12 +665,8 @@ useful, such as version control."
   "*Regexp matching files we don't want displayed in a speedbar buffer.
 It is generated from the variable `completion-ignored-extensions'")
 
-;; This can't be further down, since it is needed just after.
-(defvar speedbar-file-regexp
-  (speedbar-extension-list-to-regex speedbar-supported-extension-expressions)
-  "Regular expression matching files we know how to expand.
-Created from `speedbar-supported-extension-expression' with the
-function `speedbar-extension-list-to-regex'")
+;; Ugly compiler silencing trick.  The real defvar comes later in this file.
+(defvar speedbar-file-regexp)
 
 ;; this is dangerous to customize, because the defaults will probably
 ;; change in the future.
@@ -698,6 +694,12 @@ file."
         (setq speedbar-supported-extension-expressions val
               speedbar-file-regexp (speedbar-extension-list-to-regex val))))
 
+(defvar speedbar-file-regexp
+  (speedbar-extension-list-to-regex speedbar-supported-extension-expressions)
+  "Regular expression matching files we know how to expand.
+Created from `speedbar-supported-extension-expression' with the
+function `speedbar-extension-list-to-regex'")
+
 (defcustom speedbar-scan-subdirs nil
   "*Non-nil means speedbar will check if subdirs are empty.
 That way you don't have to click on them to find out.  But this