aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-05-07 23:29:14 +0300
committerJuri Linkov2019-05-07 23:29:14 +0300
commit4cb64ac3f9468422b471d9cc4c8edbc92fab6722 (patch)
tree04592d18f987394a1f72a39ed6032d2adf717f27 /etc
parent504f8e551f88b5d58cf3d2dc3c12df273b6d972c (diff)
downloademacs-4cb64ac3f9468422b471d9cc4c8edbc92fab6722.tar.gz
emacs-4cb64ac3f9468422b471d9cc4c8edbc92fab6722.zip
* lisp/progmodes/flymake.el: Obsolete variable flymake-start-on-newline
(flymake-start-syntax-check-on-newline): Mark it obsolete. (flymake-after-change-function): Remove obsolete variable flymake-start-syntax-check-on-newline (temporarily renamed to flymake-start-on-newline). (Bug#34294) * doc/misc/flymake.texi: Remove obsolete variable.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 72f669a4a40..d10a5532447 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -329,7 +329,7 @@ and directory-local variables.
329a message about the error locus. 329a message about the error locus.
330 330
331--- 331---
332** New variable 'grep-search-path defines' the directories searched for 332** New variable 'grep-search-path' defines the directories searched for
333grep hits (this used to be controlled by 'compilation-search-path'). 333grep hits (this used to be controlled by 'compilation-search-path').
334 334
335--- 335---
@@ -706,8 +706,8 @@ This enables more efficient backends. See the docstring of
706'flymake-diagnostic-functions' or the Flymake manual for details. 706'flymake-diagnostic-functions' or the Flymake manual for details.
707 707
708+++ 708+++
709*** The variable 'flymake-start-syntax-check-on-newline' is obsolete 709*** 'flymake-start-syntax-check-on-newline' is now obsolete,
710and renamed to 'flymake-start-on-newline'. 710use 'post-self-insert-hook' to check on newline.
711 711
712** Ruby 712** Ruby
713 713