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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/authors.el,v
Date: Wed, 26 Sep 2007 00:10:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 00:10:49

Index: authors.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/emacs-lisp/authors.el,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- authors.el  26 Jul 2007 05:26:44 -0000      1.42
+++ authors.el  26 Sep 2007 00:10:48 -0000      1.43
@@ -666,7 +666,7 @@
          (erase-buffer)
          (set-buffer-file-coding-system authors-coding-system)
          (insert "Unrecognized file entries found:\n\n")
-         (mapcar (lambda (f) (if (not (string-match "^[A-Za-z]+$" f)) (insert 
f "\n")))
+         (mapc (lambda (f) (if (not (string-match "^[A-Za-z]+$" f)) (insert f 
"\n")))
                  (sort authors-invalid-file-names 'string-lessp))
          (goto-char (point-min))
          (compilation-mode)




reply via email to

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