aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/flymake-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el
index b04346fd97c..dda72a35d27 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -38,7 +38,7 @@
38 (i 0)) 38 (i 0))
39 (unwind-protect 39 (unwind-protect
40 (with-current-buffer buffer 40 (with-current-buffer buffer
41 (setq-local flymake-warning-predicate predicate) 41 (setq-local flymake-proc-warning-predicate predicate)
42 (goto-char (point-min)) 42 (goto-char (point-min))
43 (flymake-mode 1) 43 (flymake-mode 1)
44 ;; Weirdness here... https://debbugs.gnu.org/17647#25 44 ;; Weirdness here... https://debbugs.gnu.org/17647#25