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:
parent
8cf7b17dae
commit
93231ecbab
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue