Bug in csharp-mode causes revert-buffer to fail all the time
This commit is contained in:
parent
85d3c38b00
commit
0a6e7baed8
1 changed files with 1 additions and 1 deletions
|
|
@ -2657,7 +2657,7 @@ This fn does these things:
|
||||||
csharp-advise-revert-buffer
|
csharp-advise-revert-buffer
|
||||||
activate compile)
|
activate compile)
|
||||||
(let ((is-flymake-enabled
|
(let ((is-flymake-enabled
|
||||||
(and (fboundp 'flymake-mode)
|
(and (boundp 'flymake-mode)
|
||||||
flymake-mode)))
|
flymake-mode)))
|
||||||
;; disable
|
;; disable
|
||||||
(if is-flymake-enabled
|
(if is-flymake-enabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue