emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 c65a0ae 1/4: ; Fix a typo


From: Dmitry Gutov
Subject: [Emacs-diffs] emacs-26 c65a0ae 1/4: ; Fix a typo
Date: Tue, 21 Nov 2017 18:57:31 -0500 (EST)

branch: emacs-26
commit c65a0ae7c4592d7fd9a47de3231e6ed07807f8af
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Fix a typo
---
 lisp/progmodes/flymake-proc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el
index 2e98b2a..85c6039 100644
--- a/lisp/progmodes/flymake-proc.el
+++ b/lisp/progmodes/flymake-proc.el
@@ -753,7 +753,7 @@ can also be executed interactively independently of
               ;; trying if the directory is read-only (bug#8954).
               (file-writable-p (file-name-directory buffer-file-name))
               (flymake-proc--get-init-function buffer-file-name))))
-        (unless init-f (error "Can find a suitable init function"))
+        (unless init-f (error "Can't find a suitable init function"))
         (flymake-proc--clear-buildfile-cache)
         (flymake-proc--clear-project-include-dirs-cache)
 



reply via email to

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