(top-level): Remove unnecessary load of ange-ftp when compiling.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Nov 2009 04:31:52 +0000 (04:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Nov 2009 04:31:52 +0000 (04:31 +0000)
lisp/ChangeLog
lisp/speedbar.el

index 471e9a4..24e9ebb 100644 (file)
@@ -1,5 +1,8 @@
 2009-11-14  Glenn Morris  <rgm@gnu.org>
 
+       * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
+       compiling.
+
        * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
 
        * simple.el (x-selection-owner-p): Declare.
index 1266c0c..f848d34 100644 (file)
@@ -2895,12 +2895,6 @@ indicator, then do not add a space."
            t))
       t)))
 
-;; Load efs/ange-ftp only if compiling to remove byte-compiler warnings.
-;; Steven L Baur <steve@xemacs.org> said this was important:
-(eval-when-compile (or (featurep 'xemacs)
-                      (condition-case () (require 'efs)
-                        (error (require 'ange-ftp)))))
-
 (defun speedbar-check-vc ()
   "Scan all files in a directory, and for each see if it's checked out.
 See `speedbar-this-file-in-vc' and `speedbar-vc-check-dir-p' for how