From: David Kastrup Date: Sun, 30 Sep 2007 22:51:44 +0000 (+0000) Subject: lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs. X-Git-Tag: emacs-pretest-23.0.90~10565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d1699ec04ded43e3e54f0e08df7d0892fb7f447;p=emacs.git lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs. --- diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 1afcd01d290..9ba78f71faf 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -610,9 +610,9 @@ buffer *Authors Errors* containing references to unknown files." (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)