diff options
author | John Lee <jjl@pobox.com> | 2020-05-09 23:35:15 +0100 |
---|---|---|
committer | John Lee <jjl@pobox.com> | 2020-05-09 23:46:53 +0100 |
commit | 0ec4660f74e6a182ce8be207f0e9a4cc1a59b9a2 (patch) | |
tree | 5ecd251c5e3a553d95c1ea84c1ffca7b1fdd337a /test/lisp/use-package/use-package-tests.el | |
parent | f30d5761af12836844b2e3e8da11f649a31d8abf (diff) | |
download | emacs-0ec4660f74e6a182ce8be207f0e9a4cc1a59b9a2.tar.gz emacs-0ec4660f74e6a182ce8be207f0e9a4cc1a59b9a2.tar.bz2 emacs-0ec4660f74e6a182ce8be207f0e9a4cc1a59b9a2.zip |
Add special value back again, in case needed for backwards compat
I don't know why this special value exists, but perhaps old client code uses it.
The additional `t' in the macro expansion is accidental but not harmful I guess.
Copyright-paperwork-exempt: yes
Diffstat (limited to 'test/lisp/use-package/use-package-tests.el')
-rw-r--r-- | test/lisp/use-package/use-package-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/use-package/use-package-tests.el b/test/lisp/use-package/use-package-tests.el index d92a818cdbe..61438185373 100644 --- a/test/lisp/use-package/use-package-tests.el +++ b/test/lisp/use-package/use-package-tests.el @@ -1501,6 +1501,7 @@ (require 'foo nil nil) (when (run-hook-with-args-until-failure 'use-package--foo--pre-config-hook) + t (run-hooks 'use-package--foo--post-config-hook)) t)))) |