X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/337ab1498132b6156846fa2656721b76b02a0b7a..308b0b573ef7a78f70eb7d5ddb2c72f6860ea2fe:/emacs?ds=inline diff --git a/emacs b/emacs index 88c181a..e71b23b 100644 --- a/emacs +++ b/emacs @@ -41,7 +41,7 @@ (maybe-autoload 'git-status "git" nil t) (and (library-exists-p "vc-git") (not (memq 'GIT vc-handled-backends)) - (setq vc-handled-backends (append vc-handled-backends (list 'GIT)))) + (setq vc-handled-backends (cons 'GIT vc-handled-backends))) (and (library-exists-p "quilt") (load "quilt"))