]> git.cworth.org Git - obsolete/notmuch-old/commit
emacs: tag: fix compile warning
authorMark Walters <markwalters1009@gmail.com>
Tue, 14 May 2013 08:13:53 +0000 (09:13 +0100)
committerDavid Bremner <bremner@debian.org>
Thu, 16 May 2013 01:23:58 +0000 (22:23 -0300)
commit14aef58b61656e1fe19dee224515f066137594ed
tree286091b55d80c985ad0fab06550b6e21319d9ded
parente1cc5159b0fde48c1faa417b0e1e4fca015aa376
emacs: tag: fix compile warning

When compiling notmuch-tag.el there is a compile warning:
notmuch-tag.el:27:1:Warning: cl package required at runtime

Since we have decided to allow runtime use of cl we suppress this
warning by adding a tail comment to the file.
emacs/notmuch-tag.el