chiark / gitweb /
dot/emacs: Expunge `quilt' support.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 10 Dec 2009 13:24:52 +0000 (13:24 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 10 Dec 2009 13:24:52 +0000 (13:24 +0000)
It interacts badly with `tramp', causing specpdl overflows.

Sneaky: Check for `Git' VC support using different case, to avoid
duplication and repetition.

dot/emacs

index 9850605bf942f2448ef30e083f1287736bb49e1a..50c79c5a858583f79357dd1e528ab58e2ad28975 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 
 (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)))
-(and (library-exists-p "quilt")
-     (not mdw-fast-startup)
-     (load "quilt"))
 
 (trap (or mdw-fast-startup (require 'p4)))