]> rtime.felk.cvut.cz Git - notmuch.git/commit
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)
commit3ba01608d7a14ecd98e371be5bacc062d67e5b7b
tree28cacfb4d6fb6f441329c526bbb4ffa4ec65a249
parente01706c99375f3e3f121cf372a45a752874fd38a
test: use (format "%S") to print nil in emacs test.

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.
test/emacs-subject-to-filename