emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/authors.el,v


From: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/authors.el,v
Date: Sun, 30 Sep 2007 22:51:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     David Kastrup <dak>     07/09/30 22:51:44

Index: authors.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/authors.el,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- authors.el  26 Sep 2007 00:10:48 -0000      1.43
+++ authors.el  30 Sep 2007 22:51:44 -0000      1.44
@@ -610,9 +610,9 @@
        (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]