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

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

[elpa] master c72495c 08/14: Change require to path relative load.


From: Rocky Bernstein
Subject: [elpa] master c72495c 08/14: Change require to path relative load.
Date: Wed, 25 Feb 2015 01:24:39 +0000

branch: master
commit c72495c58c2b6777bb5b5cd5bfae3c540eb19540
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Change require to path relative load.
---
 test/test-file.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/test-file.el b/test/test-file.el
index 2924503..d2be52f 100644
--- a/test/test-file.el
+++ b/test/test-file.el
@@ -1,4 +1,4 @@
-(require 'load-relative)
+(load-file "../load-relative.el")
 (require 'ert)
 
 



reply via email to

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