1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

* test/automated/let-alist.el: Load dependency.

This commit is contained in:
Glenn Morris 2014-12-27 15:33:08 -08:00
parent 43f6eca046
commit ee01a8c05b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-12-27 Glenn Morris <rgm@gnu.org>
* automated/let-alist.el: Load dependency.
2014-12-27 Fabián Ezequiel Gallina <fgallina@gnu.org>
* automated/python-tests.el (python-shell-get-or-create-process-1)

View File

@ -21,6 +21,7 @@
(require 'ert)
(require 'cl-lib)
(require 'let-alist)
(ert-deftest let-alist-surface-test ()
"Tests basic macro expansion for `let-alist'."