diff options
author | Glenn Morris <rgm@gnu.org> | 2010-02-17 22:05:45 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-02-17 22:05:45 -0800 |
commit | b788a98d136af5e841e8e521f6900b703a294743 (patch) | |
tree | cfaedad420a4cc3ea037f8f45bfd1bb012802082 /lisp/emacs-lisp | |
parent | 65f9cabd4b725d4b132758d14cb27725eb2d60df (diff) | |
download | emacs-b788a98d136af5e841e8e521f6900b703a294743.tar.gz emacs-b788a98d136af5e841e8e521f6900b703a294743.tar.bz2 emacs-b788a98d136af5e841e8e521f6900b703a294743.zip |
* emacs-lisp/authors.el (authors-renamed-files-alist):
Add entries for INSTALL.CVS.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/authors.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index c0fd1c87214..7728215bb91 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -504,7 +504,9 @@ found) in the repository.") ;; index and pick merged into search. ("mh-index.el" . "mh-search.el") ("mh-pick.el" . "mh-search.el") - ("INSTALL-CVS" . "INSTALL.CVS") + ;; INSTALL-CVS -> .CVS -> .BZR + ("INSTALL-CVS" . "INSTALL.BZR") + ("INSTALL.CVS" . "INSTALL.BZR") ("refcards/fr-drdref.pdf" . "refcards/fr-dired-ref.pdf") ("gnus-logo.eps" . "refcards/gnus-logo.eps") ("build-install" . "build-ins.in") |