]> git.cworth.org Git - notmuch/commit
notmuch.el: Don't use literal control characters in strings.
authorCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 12:09:58 +0000 (13:09 +0100)
committerCarl Worth <cworth@cworth.org>
Fri, 20 Nov 2009 12:09:58 +0000 (13:09 +0100)
commit2cc316516356f12d21e066121ce64317b3783a9f
tree1b5c572d1f0940998ef7c75bc19491f5dab4faae
parent0a575c95804da3cb740ebe2fbece862f19dce35a
notmuch.el: Don't use literal control characters in strings.

Avoding these is nicer to users, text editors, and our poor little
notmuch.el code itself that would get confused when seeing a copy of
itself in email. (Of course, we should still fix that bug, but this
workaround is good nonetheless.)
notmuch.el