* emacs-lisp/authors.el (authors-renamed-files-alist):

Add entries for INSTALL.CVS.
This commit is contained in:
Glenn Morris 2010-02-17 22:05:45 -08:00
parent 65f9cabd4b
commit b788a98d13
2 changed files with 8 additions and 1 deletions

View file

@ -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")