From 79ba2d3537913b2f1aef104fb43b7c2c20eb0781 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 12 Dec 2009 11:17:26 +0000 Subject: [PATCH] emacs: Yet another spelling of `git' in `vc-handled-backends'. Worth clobbering, I suppose. --- dot/emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/emacs b/dot/emacs index 649eaaf..054f9da 100644 --- a/dot/emacs +++ b/dot/emacs @@ -55,6 +55,7 @@ (and (library-exists-p "vc-git") (not (memq 'GIT vc-handled-backends)) (not (memq 'Git vc-handled-backends)) + (not (memq 'git vc-handled-backends)) (setq vc-handled-backends (cons 'GIT vc-handled-backends))) (trap (or mdw-fast-startup (require 'p4))) -- 2.11.0