summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2016-06-14 21:26:11 +0200
committerMarco Wahl <marcowahlsoft@gmail.com>2016-06-14 21:26:11 +0200
commit613b27795bbebd7653133ce2c9ff5aa1b0cf9b72 (patch)
treee3922dbd61e8291075970d4e77ef8f818a7bd048
parent1aef73caa4fe1afbd69e07b8dac1a63715bf2dbd (diff)
downloadorg-mode-613b27795bbebd7653133ce2c9ff5aa1b0cf9b72.tar.gz
Follow compiler recommendation
* testing/org-test.el (org-test-load): Switch to the seasonable `cl-flet'.
-rw-r--r--testing/org-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/org-test.el b/testing/org-test.el
index 2b10883..a07ccc7 100644
--- a/testing/org-test.el
+++ b/testing/org-test.el
@@ -358,7 +358,7 @@ setting `pp-escape-newlines' to nil manually."
(defun org-test-load ()
"Load up the org-mode test suite."
(interactive)
- (flet ((rld (base)
+ (cl-flet ((rld (base)
;; Recursively load all files, if files throw errors
;; then silently ignore the error and continue to the
;; next file. This allows files to error out if