It interacts badly with `tramp', causing specpdl overflows.
Sneaky: Check for `Git' VC support using different case, to avoid
duplication and repetition.
(and (library-exists-p "vc-git")
(not (memq 'GIT vc-handled-backends))
(and (library-exists-p "vc-git")
(not (memq 'GIT vc-handled-backends))
+ (not (memq 'Git vc-handled-backends))
(setq vc-handled-backends (cons 'GIT vc-handled-backends)))
(setq vc-handled-backends (cons 'GIT vc-handled-backends)))
-(and (library-exists-p "quilt")
- (not mdw-fast-startup)
- (load "quilt"))
(trap (or mdw-fast-startup (require 'p4)))
(trap (or mdw-fast-startup (require 'p4)))