projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ab7603
)
; Fix a typo
author
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 21 Nov 2017 22:46:59 +0000
(
00:46
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 21 Nov 2017 23:51:48 +0000
(
01:51
+0200)
lisp/progmodes/flymake-proc.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/flymake-proc.el
b/lisp/progmodes/flymake-proc.el
index 2e98b2afd1e3273a41042f7d6a4f5e3216b6703d..85c60394d9c73e4b443744c32ef22b26911960b7 100644
(file)
--- 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)