emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/flymake-refactor 205c444 03/18: Use non-obsolete v


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor 205c444 03/18: Use non-obsolete variable names in flymake-tests.el
Date: Thu, 21 Sep 2017 20:35:24 -0400 (EDT)

branch: scratch/flymake-refactor
commit 205c4441df53b78dc892875b96013c535675b6ff
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Use non-obsolete variable names in flymake-tests.el
    
    * test/lisp/progmodes/flymake-tests.el
    (flymake-tests--current-face): Use
    flymake-proc-warning-predicate, not flymake-warning-predicate.
---
 test/lisp/progmodes/flymake-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/progmodes/flymake-tests.el 
b/test/lisp/progmodes/flymake-tests.el
index a5ad317..27338d1 100644
--- a/test/lisp/progmodes/flymake-tests.el
+++ b/test/lisp/progmodes/flymake-tests.el
@@ -42,7 +42,7 @@
         (i 0))
     (unwind-protect
         (with-current-buffer buffer
-          (setq-local flymake-warning-predicate predicate)
+          (setq-local flymake-proc-warning-predicate predicate)
           (goto-char (point-min))
           (flymake-mode 1)
           ;; Weirdness here...  http://debbugs.gnu.org/17647#25



reply via email to

[Prev in Thread] Current Thread [Next in Thread]