diff options
| author | Juri Linkov | 2019-05-07 23:29:14 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-05-07 23:29:14 +0300 |
| commit | 4cb64ac3f9468422b471d9cc4c8edbc92fab6722 (patch) | |
| tree | 04592d18f987394a1f72a39ed6032d2adf717f27 /etc | |
| parent | 504f8e551f88b5d58cf3d2dc3c12df273b6d972c (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -329,7 +329,7 @@ and directory-local variables. | |||
| 329 | a message about the error locus. | 329 | a 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 |
| 333 | grep hits (this used to be controlled by 'compilation-search-path'). | 333 | grep 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, |
| 710 | and renamed to 'flymake-start-on-newline'. | 710 | use 'post-self-insert-hook' to check on newline. |
| 711 | 711 | ||
| 712 | ** Ruby | 712 | ** Ruby |
| 713 | 713 | ||