# HG changeset patch # User David Kastrup # Date 1191192704 0 # Node ID b9d2d3d3b819aaed42324eb1afca617861d9f92a # Parent d7862063d437c2c49051527ba480c7caf82af25e lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs. diff -r d7862063d437 -r b9d2d3d3b819 lisp/emacs-lisp/authors.el --- 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)