emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 01/01: Remove a spurious comma


From: Sam Steingold
Subject: [Emacs-diffs] master 01/01: Remove a spurious comma
Date: Mon, 24 Nov 2014 20:54:18 +0000

branch: master
commit 27f46ae31cd289dbff4c521fcf37a1d048693f6e
Author: Sam Steingold <address@hidden>
Date:   Mon Nov 24 15:54:07 2014 -0500

    Remove a spurious comma
    
    * lisp/vc/vc-hooks.el (vc-directory-exclusion-list):
    Fix a trivial typo (bug#19171).
---
 lisp/ChangeLog      |    5 +++++
 lisp/vc/vc-hooks.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 35141b6..12f81b7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-24  Sam Steingold  <address@hidden>
+
+       * vc/vc-hooks.el (vc-directory-exclusion-list):
+       Fix a trivial typo (bug#19171).
+
 2014-11-24  Stefan Monnier  <address@hidden>
 
        * vc/vc-hooks.el (vc-state-base-face): Don't override
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index 9a277db..3a2ad40 100644
--- a/lisp/vc/vc-hooks.el
+++ b/lisp/vc/vc-hooks.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]