diff options
author | Nicolas Petton <nicolas@petton.fr> | 2015-02-04 01:11:13 +0100 |
---|---|---|
committer | Nicolas Petton <nicolas@petton.fr> | 2015-02-04 01:11:13 +0100 |
commit | ec26c23f4815fbc6bbd16d20f400721bc7b58344 (patch) | |
tree | 51c52ab37766844f272457e0f76f23b136362307 /lisp/emacs-lisp/authors.el | |
parent | e589765b881e64c26b29509dd99f2dc51ad44153 (diff) | |
download | emacs-ec26c23f4815fbc6bbd16d20f400721bc7b58344.tar.gz emacs-ec26c23f4815fbc6bbd16d20f400721bc7b58344.tar.bz2 emacs-ec26c23f4815fbc6bbd16d20f400721bc7b58344.zip |
authors.el: Add missing ignored and renamed files
* emacs-lisp/authors.el (authors-ignored-files)
(authors-renamed-files-alist): Additions.
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 762b0a3a2f5..b44f7aa7146 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -354,6 +354,7 @@ Changes to files matching one of the regexps in this list are not listed.") "All" "Version" "Everywhere" "Many" "Various" "files" ;; Directories. "vms" "mac" "url" "tree-widget" + "info/dir" ) "List of files and directories to ignore. Changes to files in this list are not listed.") @@ -779,6 +780,7 @@ in the repository.") ("play/bruce.el" . "bruce.el") ("play/yow.el" . "yow.el") ("patcomp.el" . "patcomp.el") + ("emulation/ws-mode.el" . "ws-mode.el") ;; From lisp to etc/forms. ("forms-d2.el" . "forms-d2.el") ("forms-pass.el" . "forms-pass.el") |