Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b788a98d
Commit
b788a98d
authored
Feb 17, 2010
by
Glenn Morris
Browse files
* emacs-lisp/authors.el (authors-renamed-files-alist):
Add entries for INSTALL.CVS.
parent
65f9cabd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/authors.el
lisp/emacs-lisp/authors.el
+3
-1
No files found.
lisp/ChangeLog
View file @
b788a98d
2010-02-18 Glenn Morris <rgm@gnu.org>
* emacs-lisp/authors.el (authors-renamed-files-alist):
Add entries for INSTALL.CVS.
2010-02-17 Mark A. Hershberger <mah@everybody.org>
* vc-bzr.el: fix typo in Known Bugs section.
...
...
lisp/emacs-lisp/authors.el
View file @
b788a98d
...
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment