diff options
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 6 |
1 files changed, 3 insertions, 3 deletions
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." | |||
| 610 | (buffer-name "*Authors*") | 610 | (buffer-name "*Authors*") |
| 611 | authors-checked-files-alist | 611 | authors-checked-files-alist |
| 612 | authors-invalid-file-names) | 612 | authors-invalid-file-names) |
| 613 | (authors-add-fixed-entries table) | 613 | ; (authors-add-fixed-entries table) |
| 614 | (unless (file-exists-p (expand-file-name "src/emacs.c" root)) | 614 | ; (unless (file-exists-p (expand-file-name "src/emacs.c" root)) |
| 615 | (error "Not the root directory of Emacs: %s" root)) | 615 | ; (error "Not the root directory of Emacs: %s" root)) |
| 616 | (dolist (log logs) | 616 | (dolist (log logs) |
| 617 | (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log) | 617 | (when (string-match "ChangeLog\\(.[0-9]+\\)?$" log) |
| 618 | (message "Scanning %s..." log) | 618 | (message "Scanning %s..." log) |