aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/emacs-subject-to-filename
Commit message (Collapse)AuthorAge
* test: use (format "%S") to print nil in emacs test.Gravatar David Bremner2012-08-30
| | | | | | | | 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: test notmuch-wash-subject-to-* functionsGravatar Jani Nikula2011-12-28
Signed-off-by: Jani Nikula <jani@nikula.org>