diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-19 11:07:47 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-19 11:07:47 -0200 |
commit | 061f310c4a32491634b7563f4b8520f4824ed21b (patch) | |
tree | 8a97e4b7f7f9579909961281fd8e0a4b09fae21d /test/automated/let-alist.el | |
parent | e0ab846df46ea073503e17adedb76a3ab9d96c7e (diff) | |
download | emacs-061f310c4a32491634b7563f4b8520f4824ed21b.tar.gz emacs-061f310c4a32491634b7563f4b8520f4824ed21b.tar.bz2 emacs-061f310c4a32491634b7563f4b8520f4824ed21b.zip |
* automated/let-alist.el: require `cl-lib'
Diffstat (limited to 'test/automated/let-alist.el')
-rw-r--r-- | test/automated/let-alist.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automated/let-alist.el b/test/automated/let-alist.el index 2054a965b67..a700a4773ff 100644 --- a/test/automated/let-alist.el +++ b/test/automated/let-alist.el @@ -20,6 +20,7 @@ ;;; Code: (require 'ert) +(require 'cl-lib) (ert-deftest let-alist-surface-test () "Tests basic macro expansion for `let-alist'." |