]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.
authorDavid Kastrup <dak@gnu.org>
Sun, 30 Sep 2007 22:51:44 +0000 (22:51 +0000)
committerDavid Kastrup <dak@gnu.org>
Sun, 30 Sep 2007 22:51:44 +0000 (22:51 +0000)
lisp/emacs-lisp/authors.el

index 1afcd01d290d3fa4835edc4921b86804b6031e50..9ba78f71fafc30446949452198473d5c475a4569 100644 (file)
@@ -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)