From: Mark Wooding Date: Thu, 10 Dec 2009 13:24:52 +0000 (+0000) Subject: dot/emacs: Expunge `quilt' support. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/8d244e2739ff42ee8979a6f2635af697284ed9f9 dot/emacs: Expunge `quilt' support. It interacts badly with `tramp', causing specpdl overflows. Sneaky: Check for `Git' VC support using different case, to avoid duplication and repetition. --- diff --git a/dot/emacs b/dot/emacs index 9850605..50c79c5 100644 --- a/dot/emacs +++ b/dot/emacs @@ -54,10 +54,8 @@ (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)))