diff options
| author | Dmitry Gutov | 2017-11-22 00:46:59 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2017-11-22 01:51:48 +0200 |
| commit | c65a0ae7c4592d7fd9a47de3231e6ed07807f8af (patch) | |
| tree | 4833a5eccd1ca313a904a9d95e047c3b2438106d | |
| parent | 7ab7603125d7361cb13f5accbeb1c3e02a21b693 (diff) | |
| download | emacs-c65a0ae7c4592d7fd9a47de3231e6ed07807f8af.tar.gz emacs-c65a0ae7c4592d7fd9a47de3231e6ed07807f8af.zip | |
; Fix a typo
| -rw-r--r-- | lisp/progmodes/flymake-proc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/flymake-proc.el b/lisp/progmodes/flymake-proc.el index 2e98b2afd1e..85c60394d9c 100644 --- a/lisp/progmodes/flymake-proc.el +++ b/lisp/progmodes/flymake-proc.el | |||
| @@ -753,7 +753,7 @@ can also be executed interactively independently of | |||
| 753 | ;; trying if the directory is read-only (bug#8954). | 753 | ;; trying if the directory is read-only (bug#8954). |
| 754 | (file-writable-p (file-name-directory buffer-file-name)) | 754 | (file-writable-p (file-name-directory buffer-file-name)) |
| 755 | (flymake-proc--get-init-function buffer-file-name)))) | 755 | (flymake-proc--get-init-function buffer-file-name)))) |
| 756 | (unless init-f (error "Can find a suitable init function")) | 756 | (unless init-f (error "Can't find a suitable init function")) |
| 757 | (flymake-proc--clear-buildfile-cache) | 757 | (flymake-proc--clear-buildfile-cache) |
| 758 | (flymake-proc--clear-project-include-dirs-cache) | 758 | (flymake-proc--clear-project-include-dirs-cache) |
| 759 | 759 | ||