Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
faa98100
Commit
faa98100
authored
Jul 23, 2007
by
Dan Nicolaescu
Browse files
(vc-directory-exclusion-list): Use eval-after-load.
parent
e43883be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lisp/ChangeLog
lisp/ChangeLog
+1
-0
lisp/vc-git.el
lisp/vc-git.el
+2
-1
No files found.
lisp/ChangeLog
View file @
faa98100
...
...
@@ -7,6 +7,7 @@
2007-07-23 Dan Nicolaescu <dann@ics.uci.edu>
* vc-git.el: Update status.
(vc-directory-exclusion-list): Use eval-after-load.
2007-07-22 Nick Roberts <nickrob@snap.net.nz>
...
...
lisp/vc-git.el
View file @
faa98100
...
...
@@ -114,7 +114,8 @@
;; XXX when this backend is considered sufficiently reliable this
;; should be moved to vc-hooks.el
(
add-to-list
'vc-handled-backends
'GIT
)
(
add-to-list
'vc-directory-exclusion-list
".git"
t
)
(
eval-after-load
"vc"
'
(
add-to-list
'vc-directory-exclusion-list
".bzr"
t
))
;;; BACKEND PROPERTIES
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment