summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2013-01-19 19:21:05 +0200
committerTomi Ollila <tomi.ollila@iki.fi>2013-01-19 19:21:15 +0200
commit0a1a487a7b769b445e740e6b9c634aa56b375535 (patch)
treeb2484207dc521c30515c40f2f10de9fd8ca692a5
parent0b22ed1b4e640539ae8e6f78f1ea88e54426a50d (diff)
"backticked" TEST_EMACS & TEST_EMACSCLIENT. Patch to notmuch repository
will be made after full check of 0.15 contents completed.
-rw-r--r--news/release-0.15.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/release-0.15.mdwn b/news/release-0.15.mdwn
index 13ec6c1..76f149f 100644
--- a/news/release-0.15.mdwn
+++ b/news/release-0.15.mdwn
@@ -184,7 +184,7 @@ Internal test framework changes
### The emacsclient binary is now user-configurable
-The test framework now accepts TEST_EMACSCLIENT in addition to
-TEST_EMACS for configuring the emacsclient to use. This is
+The test framework now accepts `TEST_EMACSCLIENT` in addition to
+`TEST_EMACS` for configuring the emacsclient to use. This is
necessary to avoid using an old emacsclient with a new emacs, which
can result in buggy behavior.