aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-31 13:52:07 +0000
committerJuanma Barranquero2005-08-31 13:52:07 +0000
commite4f054b9c9804a1860d92c2f714e58ec295b2ade (patch)
tree1c51687be89a8e7ee6c90c809ac1ed921fabc9f3
parentca60ee11ec267ba311b44c65b5b9911a41430f5f (diff)
downloademacs-e4f054b9c9804a1860d92c2f714e58ec295b2ade.tar.gz
emacs-e4f054b9c9804a1860d92c2f714e58ec295b2ade.zip
(ange-ftp-path-format, efs-path-regexp, font-lock-keywords, x-pointer-hand2,
x-pointer-top-left-arrow): Add defvar.
-rw-r--r--lisp/speedbar.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 12d25ed7ee0..434025ec07c 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -180,6 +180,12 @@
180 (require 'image) 180 (require 'image)
181 (error nil)) 181 (error nil))
182 182
183(defvar ange-ftp-path-format)
184(defvar efs-path-regexp)
185(defvar font-lock-keywords)
186(defvar x-pointer-hand2)
187(defvar x-pointer-top-left-arrow)
188
183(defvar speedbar-xemacsp (string-match "XEmacs" emacs-version) 189(defvar speedbar-xemacsp (string-match "XEmacs" emacs-version)
184 "Non-nil if we are running in the XEmacs environment.") 190 "Non-nil if we are running in the XEmacs environment.")
185(defvar speedbar-xemacs20p (and speedbar-xemacsp 191(defvar speedbar-xemacs20p (and speedbar-xemacsp