emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 ab0ebb9: ; Only load .elc file in tests.


From: Phillip Lord
Subject: [Emacs-diffs] emacs-25 ab0ebb9: ; Only load .elc file in tests.
Date: Wed, 22 Jun 2016 21:01:02 +0000 (UTC)

branch: emacs-25
commit ab0ebb93a9c69f4a0cc475ed899f8cabb64852c0
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    ; Only load .elc file in tests.
    
    * test/automated/viper-tests.el (viper-test-undo-kmacro): Ensure that
      empty load file ends with .elc extension.
---
 test/automated/viper-tests.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/automated/viper-tests.el b/test/automated/viper-tests.el
index 074dd63..0d6095b 100644
--- a/test/automated/viper-tests.el
+++ b/test/automated/viper-tests.el
@@ -38,7 +38,7 @@ after itself, although it will leave a buffer called
         ;; Select an expert-level for the same reason.
         (viper-expert-level 5)
         ;; viper loads this even with -q so make sure it's empty!
-        (viper-custom-file-name (make-temp-file "viper-tests"))
+        (viper-custom-file-name (make-temp-file "viper-tests" nil ".elc"))
         (before-buffer (current-buffer)))
     (unwind-protect
         (progn



reply via email to

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