Mercurial > emacs
changeset 100870:373ba628faa9
(authors-aliases): Addition.
(authors): Allow to use it for other projects.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Sat, 03 Jan 2009 19:43:54 +0000 |
parents | 3d95444199e1 |
children | 1d5b4a08955f |
files | lisp/ChangeLog lisp/emacs-lisp/authors.el |
diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 03 19:40:20 2009 +0000 +++ b/lisp/ChangeLog Sat Jan 03 19:43:54 2009 +0000 @@ -1,5 +1,8 @@ 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de> + * emacs-lisp/authors.el (authors-aliases): Addition. + (authors): Allow to use it for other projects. + * emacs-lisp/copyright.el (copyright-update-directory): Autoload. Clarify MATCH argument. Print filenames.
--- a/lisp/emacs-lisp/authors.el Sat Jan 03 19:40:20 2009 +0000 +++ b/lisp/emacs-lisp/authors.el Sat Jan 03 19:43:54 2009 +0000 @@ -113,7 +113,7 @@ ("Mikio Nakajima" "Nakajima Mikio") ("Paul Eggert" "eggert") ("Paul Reilly" "(pmr@legacy.pajato.com)") - ("Pavel Janík" "Pavel Janík Ml." "Pavel Janík" "Pavel@Janik.Cz") + ("Pavel Janík" "Pavel Janík Ml." "Pavel Janik Ml." "Pavel Janik" "Pavel Janík" "Pavel@Janik.Cz") ("Per Abrahamsen" "Per Abhiddenware") ("Peter S. Galbraith" "Peter Galbraith") ("Peter Runestig" "Peter 'luna' Runestig") @@ -750,7 +750,9 @@ authors-invalid-file-names) (authors-add-fixed-entries table) (unless (file-exists-p (expand-file-name "src/emacs.c" root)) - (error "Not the root directory of Emacs: %s" root)) + (unless (y-or-n-p + (format "Not the root directory of Emacs: %s, continue? " root)) + (error "Not the root directory."))) (dolist (log logs) (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log) (message "Scanning %s..." log)