1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Fix the tests

This commit is contained in:
John Wiegley 2017-12-07 13:23:36 -08:00
parent 8cf7b17dae
commit 93231ecbab

View file

@ -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)