]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
emacs: Introduce generic boolean term escaping function
authorAustin Clements <amdragon@MIT.EDU>
Fri, 26 Oct 2012 20:18:10 +0000 (16:18 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 27 Oct 2012 12:33:55 +0000 (09:33 -0300)
Currently, we only properly escape stashed id queries, but there are
other places where the Emacs UI constructs queries for boolean terms.
Since this escaping function is meant to be used in other places, it
avoids escaping strings that don't need escaping.


No differences found