]> git.notmuchmail.org Git - notmuch/commitdiff
test: use (format "%S") to print nil in emacs test.
authorDavid Bremner <bremner@debian.org>
Fri, 31 Aug 2012 01:05:51 +0000 (22:05 -0300)
committerDavid Bremner <bremner@debian.org>
Fri, 31 Aug 2012 01:05:51 +0000 (22:05 -0300)
The behaviour of "emacsclient --eval nil" changed from emacs23 to
emacs24, and in emacs24 it prints 'nil' rather than an empty string.

(format "%S" foo) produces a sexpr form of foo, and is consistent
between the two versions.


No differences found