소스 검색

Follow compiler recommendation

* testing/org-test.el (org-test-load): Switch to the seasonable
  `cl-flet'.
Marco Wahl 9 년 전
부모
커밋
613b27795b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/org-test.el

+ 1 - 1
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