; * test/lisp/subr-tests.el (subr-tests-add-hook-depth): Fix a typo.
This commit is contained in:
parent
c03ad2b19e
commit
f2896fdb6a
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=19350."
|
|||
(add-hook 'subr-tests--hook 'f7 90)
|
||||
(add-hook 'subr-tests--hook 'f8 t)
|
||||
(should (equal subr-tests--hook '(f5 f6 f2 f1 f4 f3 f7 f8)))
|
||||
;; Make sue `nil' is equivalent to 0.
|
||||
;; Make sure `nil' is equivalent to 0.
|
||||
(add-hook 'subr-tests--hook 'f9 0)
|
||||
(add-hook 'subr-tests--hook 'f10)
|
||||
(should (equal subr-tests--hook '(f5 f10 f9 f6 f2 f1 f4 f3 f7 f8)))
|
||||
|
|
Loading…
Add table
Reference in a new issue