diff options
| author | Glenn Morris | 2016-12-05 20:11:01 -0500 |
|---|---|---|
| committer | Glenn Morris | 2016-12-05 20:11:01 -0500 |
| commit | 13d4dd1add0f13c0b1462f27f9fab55a1ff67a66 (patch) | |
| tree | 68cda020ac6f14aacb56332226a8985bb3a8439c /doc/misc | |
| parent | 81059cb970f95362eb52d6f53bbf02c70172048b (diff) | |
| download | emacs-13d4dd1add0f13c0b1462f27f9fab55a1ff67a66.tar.gz emacs-13d4dd1add0f13c0b1462f27f9fab55a1ff67a66.zip | |
Tweak recent flymake change
* lisp/progmodes/flymake.el (flymake-report-fatal-status):
Avoid double message when flymake-log-level >= 0.
* doc/misc/flymake.texi (Customizable variables):
No longer mention flymake-gui-warnings-enabled.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/flymake.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 998f1b35170..6cece30a986 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -323,12 +323,6 @@ file cannot be run simultaneously. | |||
| 323 | If any changes are made to the buffer, syntax check is automatically | 323 | If any changes are made to the buffer, syntax check is automatically |
| 324 | started after @code{flymake-no-changes-timeout} seconds. | 324 | started after @code{flymake-no-changes-timeout} seconds. |
| 325 | 325 | ||
| 326 | @item flymake-gui-warnings-enabled | ||
| 327 | A boolean flag indicating whether Flymake will show message boxes for | ||
| 328 | non-recoverable errors. If @code{flymake-gui-warnings-enabled} is | ||
| 329 | @code{nil}, these errors will only be logged to the @file{*Messages*} | ||
| 330 | buffer. | ||
| 331 | |||
| 332 | @item flymake-start-syntax-check-on-newline | 326 | @item flymake-start-syntax-check-on-newline |
| 333 | A boolean flag indicating whether to start syntax check after a | 327 | A boolean flag indicating whether to start syntax check after a |
| 334 | newline character is added to the buffer. | 328 | newline character is added to the buffer. |