summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorDavid Kastrup <dak@gnu.org>2007-09-30 22:51:44 +0000
committerDavid Kastrup <dak@gnu.org>2007-09-30 22:51:44 +0000
commit3d1699ec04ded43e3e54f0e08df7d0892fb7f447 (patch)
tree077f95806e23a14cfeb582280b9bcfc0b3d2cb36 /lisp/emacs-lisp
parent1d0df8af2e4aecf51282b3b05538640a2d3feb86 (diff)
downloademacs-3d1699ec04ded43e3e54f0e08df7d0892fb7f447.tar.gz
emacs-3d1699ec04ded43e3e54f0e08df7d0892fb7f447.tar.bz2
emacs-3d1699ec04ded43e3e54f0e08df7d0892fb7f447.zip
lisp/emacs-lisp/authors.el (authors): make non-specific to Emacs.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/authors.el6
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."
(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)