changeset 84990:b9d2d3d3b819

lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.
author David Kastrup <dak@gnu.org>
date Sun, 30 Sep 2007 22:51:44 +0000
parents d7862063d437
children 3cfb77f996c5
files lisp/emacs-lisp/authors.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/authors.el	Sun Sep 30 21:03:12 2007 +0000
+++ b/lisp/emacs-lisp/authors.el	Sun Sep 30 22:51:44 2007 +0000
@@ -610,9 +610,9 @@
 	(buffer-name "*Authors*")
 	authors-checked-files-alist
 	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))
+;    (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))
     (dolist (log logs)
       (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log)
 	(message "Scanning %s..." log)