]> code.delx.au - gnu-emacs/commitdiff
Fix byte-recompile-directory.
authorEli Zaretskii <eliz@gnu.org>
Thu, 12 Jul 2012 11:33:55 +0000 (14:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 12 Jul 2012 11:33:55 +0000 (14:33 +0300)
 lisp/emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
 not incf.

lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 8a18bfe01964502e003976c8fd34841d8cd17bfe..349cc783bab7418c968fba528ae437d8060ff0f0 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-12  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp/bytecomp.el (byte-recompile-directory): Use cl-incf,
+       not incf.
+
 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        More CL cleanups and reduction of use of cl.el.
index 751515beb3e365c2280e6b4284fc0b21a43f24b5..755bb4f821bc1f4cda366beabe57cc061f1d3090 100644 (file)
@@ -1591,7 +1591,7 @@ that already has a `.elc' file."
                         (not (auto-save-file-name-p source))
                         (not (string-equal dir-locals-file
                                            (file-name-nondirectory source))))
-                   (progn (incf
+                   (progn (cl-incf
                            (pcase (byte-recompile-file source force arg)
                              (`no-byte-compile skip-count)
                              (`t file-count)