aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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