mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 19:59:38 +00:00
Whitespace fix
This commit is contained in:
parent
8051c9f5cd
commit
d8c1f02bf4
1 changed files with 1 additions and 3 deletions
|
@ -68,9 +68,7 @@
|
||||||
(b-mode " b" foo))
|
(b-mode " b" foo))
|
||||||
(use-package-normalize/:delight 'foo :delight '((a-mode)
|
(use-package-normalize/:delight 'foo :delight '((a-mode)
|
||||||
(b-mode " b")))))
|
(b-mode " b")))))
|
||||||
(should-error (use-package-normalize/:delight 'foo :delight '((:eval 1))))
|
(should-error (use-package-normalize/:delight 'foo :delight '((:eval 1)))))
|
||||||
|
|
||||||
)
|
|
||||||
|
|
||||||
(ert-deftest use-package-normalize-diminish ()
|
(ert-deftest use-package-normalize-diminish ()
|
||||||
(should (equal (use-package-normalize-diminish 'foopkg :diminish nil)
|
(should (equal (use-package-normalize-diminish 'foopkg :diminish nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue