summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKarl Chen <Karl.Chen@quarl.org>2016-10-15 22:16:26 +0200
committerPhilipp Stephani <phst@google.com>2016-10-24 11:34:04 +0200
commit7cc8c4b35bc7fe9b9224503744e3db847c2f96a8 (patch)
tree447952e95d520fefd245682c0fe9e60bb6bf1a52 /etc
parent8ca70e402ecab5d7e71e418af6866c8b02d4f757 (diff)
downloademacs-7cc8c4b35bc7fe9b9224503744e3db847c2f96a8.tar.gz
Don't prompt user when killing Flymake processes
* lisp/progmodes/flymake.el (flymake-start-syntax-check-process): Don’t prompt the user when killing Flymake processes. * doc/misc/flymake.texi (Starting the syntax check process): Document new behavior.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d9973c0fd48..a160f810234 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -478,6 +478,12 @@ This is done with the help of 'c-or-c++-mode' function which analyses
contents of the buffer to determine whether it's a C or C++ source
file.
+** Flymake
+
++++
+*** Emacs does no longer prompt the user before killing Flymake
+processes on exit.
+
* New Modes and Packages in Emacs 26.1