Follow compiler recommendation

* testing/org-test.el (org-test-load): Switch to the seasonable
  `cl-flet'.
This commit is contained in:
Marco Wahl 2016-06-14 21:26:11 +02:00
parent 1aef73caa4
commit 613b27795b

View file

@ -358,7 +358,7 @@ setting `pp-escape-newlines' to nil manually."
(defun org-test-load () (defun org-test-load ()
"Load up the org-mode test suite." "Load up the org-mode test suite."
(interactive) (interactive)
(flet ((rld (base) (cl-flet ((rld (base)
;; Recursively load all files, if files throw errors ;; Recursively load all files, if files throw errors
;; then silently ignore the error and continue to the ;; then silently ignore the error and continue to the
;; next file. This allows files to error out if ;; next file. This allows files to error out if