# HG changeset patch # User Reiner Steib # Date 1231011834 0 # Node ID 373ba628faa968470e277beb3f623de73bb67f98 # Parent 3d95444199e18ec9cad421f910cc4a893fdd3cf6 (authors-aliases): Addition. (authors): Allow to use it for other projects. diff -r 3d95444199e1 -r 373ba628faa9 lisp/ChangeLog --- 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 + * 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. diff -r 3d95444199e1 -r 373ba628faa9 lisp/emacs-lisp/authors.el --- 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)