; Fix a typo
This commit is contained in:
parent
7ab7603125
commit
c65a0ae7c4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue