(top-level): Remove unnecessary load of ange-ftp when compiling.
This commit is contained in:
parent
d907562311
commit
73900d1f61
2 changed files with 3 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue