From 2f282292abc1097be452e0d6c98d591a41d3ecf9 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 21 Dec 2014 08:31:21 +0100 Subject: [PATCH] Use cl-incf and don't compile test file. * async-bytecomp.el: Use cl-incf. * async-test.el: Don't compile. --- async-bytecomp.el | 2 +- async-test.el | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index d229eb8cd..375080d36 100644 --- a/async-bytecomp.el +++ b/async-bytecomp.el @@ -68,7 +68,7 @@ (save-excursion (goto-char (point-min)) (while (re-search-forward "^.*:Error:" nil t) - (incf n))) + (cl-incf n))) (if (> n 0) (message "Failed to compile %d files in directory `%s'" n ,directory) (message "Directory `%s' compiled asynchronously with warnings" ,directory))))) diff --git a/async-test.el b/async-test.el index 1fb49e37c..05c10439c 100644 --- a/async-test.el +++ b/async-test.el @@ -134,3 +134,7 @@ (provide 'async-test) ;;; async-test.el ends here + +;; Local Variables: +;; no-byte-compile: t +;; End: -- 2.39.2