Skip to content

Commit 343c40d

Browse files
committed
Fix another test
1 parent 692e6a5 commit 343c40d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

use-package-tests.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1926,9 +1926,9 @@
19261926
(use-package nonexistent
19271927
:hook lisp-mode)
19281928
`(when (locate-library nonexistent)
1929-
(unless (fboundp 'nonexistent-mode)
1930-
(autoload #'nonexistent-mode "nonexistent" nil t))
1931-
(add-hook 'lisp-mode-hook #'nonexistent-mode)))))
1929+
(unless (fboundp 'nonexistent)
1930+
(autoload #'nonexistent "nonexistent" nil t))
1931+
(add-hook 'lisp-mode-hook #'nonexistent)))))
19321932

19331933
(ert-deftest bind-key/:prefix-map ()
19341934
(match-expansion

0 commit comments

Comments
 (0)