diff options
author | Austin Clements <amdragon@MIT.EDU> | 2012-08-08 17:40:10 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-08-12 21:05:08 +0200 |
commit | 07b5f97202c840d97bd9f53c62c4192a6b0adf30 (patch) | |
tree | 7c49ae66dea86132c9c1059bce6096ad427df601 /test/notmuch-test | |
parent | 6b820673fc9c2483572af5ec7ea91e4d7d7258c9 (diff) |
emacs: Fix "not defined at runtime" warning
Previously, the Emacs byte compiler produced the warning
the function `remove-if-not' might not be defined at runtime.
because we only required cl at compile-time (not runtime). This fixes
this warning by requiring cl at runtime, ensuring that the definition
of remove-if-not is available.
Diffstat (limited to 'test/notmuch-test')
0 files changed, 0 insertions, 0 deletions