emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/hi-lock.el,v
Date: Tue, 25 Sep 2007 11:07:41 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/25 11:07:41

Index: hi-lock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/hi-lock.el,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- hi-lock.el  26 Aug 2007 19:34:31 -0000      1.47
+++ hi-lock.el  25 Sep 2007 11:07:41 -0000      1.48
@@ -515,7 +515,7 @@
   (if (null hi-lock-interactive-patterns)
       (error "There are no interactive patterns"))
   (let ((beg (point)))
-    (mapcar
+    (mapc
      (lambda (pattern)
        (insert (format "%s: (%s)\n"
                       hi-lock-file-patterns-prefix




reply via email to

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