projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf7b17
)
Fix the tests
author
John Wiegley
<johnw@newartisans.com>
Thu, 7 Dec 2017 21:23:36 +0000
(13:23 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 7 Dec 2017 21:23:36 +0000
(13:23 -0800)
test/lisp/use-package/use-package-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/use-package/use-package-tests.el
b/test/lisp/use-package/use-package-tests.el
index 08ac5293a9910a6f615b5850f4288b3c93aed487..f1e6bb0016573867d093e3ec1eef57bdc6c04a2a 100644
(file)
--- a/
test/lisp/use-package/use-package-tests.el
+++ b/
test/lisp/use-package/use-package-tests.el
@@
-1087,7
+1087,7
@@
:hook (emacs-lisp-mode . function))
`(progn
(eval-and-compile
- (add-to-list 'load-path
"/Users/johnw/.emacs.d/foo"
))
+ (add-to-list 'load-path
,(pred stringp)
))
(eval-after-load 'elisp-mode
'(progn
(unless (fboundp 'function)
@@
-1103,7
+1103,7
@@
:hook (emacs-lisp-mode . (lambda () (function))))
`(progn
(eval-and-compile
- (add-to-list 'load-path
"/Users/johnw/.emacs.d/foo"
))
+ (add-to-list 'load-path
,(pred stringp)
))
(eval-after-load 'elisp-mode
'(progn
(require 'erefactor nil nil)