diff options
| author | David Kastrup | 2007-09-30 22:51:44 +0000 |
|---|---|---|
| committer | David Kastrup | 2007-09-30 22:51:44 +0000 |
| commit | 3d1699ec04ded43e3e54f0e08df7d0892fb7f447 (patch) | |
| tree | 077f95806e23a14cfeb582280b9bcfc0b3d2cb36 | |
| parent | 1d0df8af2e4aecf51282b3b05538640a2d3feb86 (diff) | |
| download | emacs-3d1699ec04ded43e3e54f0e08df7d0892fb7f447.tar.gz emacs-3d1699ec04ded43e3e54f0e08df7d0892fb7f447.zip | |
lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.
| -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) |