emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/objed 5a52e13 04/21: Remove load message


From: Clemens Radermacher
Subject: [elpa] externals/objed 5a52e13 04/21: Remove load message
Date: Sun, 17 Mar 2019 15:00:16 -0400 (EDT)

branch: externals/objed
commit 5a52e1381bd3374ec1216a21450fce576b7cb342
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Remove load message
---
 test/make-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/make-test.el b/test/make-test.el
index 0f5380b..40cd9b9 100644
--- a/test/make-test.el
+++ b/test/make-test.el
@@ -8,7 +8,7 @@
   (add-to-list 'load-path project-test-path)
 
   ;; load the file with tests
-  (load (expand-file-name project-tests-file project-test-path))
+  (load (expand-file-name project-tests-file project-test-path) nil t)
 
   ;; run the tests
   ;; (buttercup-run-discover))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]