emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117581: Tweak previous authors.el change


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117581: Tweak previous authors.el change
Date: Mon, 13 Oct 2014 19:52:53 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117581
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2014-10-13 15:52:43 -0400
message:
  Tweak previous authors.el change
modified:
  lisp/emacs-lisp/authors.el     authors.el-20091113204419-o5vbwnq5f7feedwu-1898
=== modified file 'lisp/emacs-lisp/authors.el'
--- a/lisp/emacs-lisp/authors.el        2014-10-13 19:32:14 +0000
+++ b/lisp/emacs-lisp/authors.el        2014-10-13 19:52:43 +0000
@@ -242,7 +242,7 @@
   '(".*loaddefs.el$"                   ; not obsolete, but auto-generated
     "\\.\\(cvs\\|git\\)ignore$"                ; obsolete or uninteresting
     "\\.arch-inventory$"
-    "automated/data"              ; not interesting
+    "automated/data/"             ; not interesting
     ;; TODO lib/? Matches other things?
     "build-aux/" "m4/" "Emacs.xcodeproj" "mapfiles" "\\.map\\'"
     "preferences\\.\\(nib\\|gorm\\)"
@@ -254,7 +254,7 @@
 
 (defconst authors-no-scan-regexps
   '("etc/nxml/"
-    "automated/data")
+    "automated/data/")
   "Lists of regexps matching files not to scan for authorship.")
 
 (defconst authors-ignored-files


reply via email to

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