* emacs-lisp/authors.el (authors-renamed-files-alist):
Add entries for INSTALL.CVS.
This commit is contained in:
parent
65f9cabd4b
commit
b788a98d13
2 changed files with 8 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue