aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2009-11-14 04:31:52 +0000
committerGlenn Morris2009-11-14 04:31:52 +0000
commit73900d1f61e400cdb041c060afa831fa17b84b33 (patch)
tree1e95910af8c2e636eb37b9822341e85ae66fadc3 /lisp
parentd9075623116bf3835d56b2d671c8806c4e07a01b (diff)
downloademacs-73900d1f61e400cdb041c060afa831fa17b84b33.tar.gz
emacs-73900d1f61e400cdb041c060afa831fa17b84b33.zip
(top-level): Remove unnecessary load of ange-ftp when compiling.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/speedbar.el6
2 files changed, 3 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 471e9a4fd12..24e9ebb3d1e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-11-14 Glenn Morris <rgm@gnu.org> 12009-11-14 Glenn Morris <rgm@gnu.org>
2 2
3 * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4 compiling.
5
3 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused. 6 * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4 7
5 * simple.el (x-selection-owner-p): Declare. 8 * simple.el (x-selection-owner-p): Declare.
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index 1266c0c1a07..f848d34d9e7 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -2895,12 +2895,6 @@ indicator, then do not add a space."
2895 t)) 2895 t))
2896 t))) 2896 t)))
2897 2897
2898;; Load efs/ange-ftp only if compiling to remove byte-compiler warnings.
2899;; Steven L Baur <steve@xemacs.org> said this was important:
2900(eval-when-compile (or (featurep 'xemacs)
2901 (condition-case () (require 'efs)
2902 (error (require 'ange-ftp)))))
2903
2904(defun speedbar-check-vc () 2898(defun speedbar-check-vc ()
2905 "Scan all files in a directory, and for each see if it's checked out. 2899 "Scan all files in a directory, and for each see if it's checked out.
2906See `speedbar-this-file-in-vc' and `speedbar-vc-check-dir-p' for how 2900See `speedbar-this-file-in-vc' and `speedbar-vc-check-dir-p' for how