Remove a spurious comma
* lisp/vc/vc-hooks.el (vc-directory-exclusion-list): Fix a trivial typo (bug#19171).
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2014-11-24 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* vc/vc-hooks.el (vc-directory-exclusion-list):
|
||||
Fix a trivial typo (bug#19171).
|
||||
|
||||
2014-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* vc/vc-hooks.el (vc-state-base-face): Don't override
|
||||
|
||||
@@ -124,7 +124,7 @@ An empty list disables VC altogether."
|
||||
;; Note: we don't actually have a darcs back end yet.
|
||||
;; Also, Meta-CVS (corresponding to MCVS) is unsupported.
|
||||
(defcustom vc-directory-exclusion-list (purecopy '("SCCS" "RCS" "CVS" "MCVS"
|
||||
".src", ".svn" ".git" ".hg" ".bzr"
|
||||
".src" ".svn" ".git" ".hg" ".bzr"
|
||||
"_MTN" "_darcs" "{arch}"))
|
||||
"List of directory names to be ignored when walking directory trees."
|
||||
:type '(repeat string)
|
||||
|
||||
Reference in New Issue
Block a user