chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5fd055c
)
emacs: Yet another spelling of `git' in `vc-handled-backends'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 12 Dec 2009 11:17:26 +0000
(11:17 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 12 Dec 2009 11:17:26 +0000
(11:17 +0000)
Worth clobbering, I suppose.
dot/emacs
patch
|
blob
|
blame
|
history
diff --git
a/dot/emacs
b/dot/emacs
index 649eaafa96af8655e29b0f745b8b8774809c5ce1..054f9dab60a80edecb7943fe1e88d4da02c07c9b 100644
(file)
--- 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)))