From 0a6e7baed8aa95e963cace3b11734e4175a2fdc4 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 8 Apr 2013 21:33:27 -0700 Subject: [PATCH] Bug in csharp-mode causes revert-buffer to fail all the time --- site-lisp/cc-mode/csharp-only/csharp-mode-0.8.6.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/cc-mode/csharp-only/csharp-mode-0.8.6.el b/site-lisp/cc-mode/csharp-only/csharp-mode-0.8.6.el index 765722b..66e05c0 100644 --- a/site-lisp/cc-mode/csharp-only/csharp-mode-0.8.6.el +++ b/site-lisp/cc-mode/csharp-only/csharp-mode-0.8.6.el @@ -2657,7 +2657,7 @@ This fn does these things: csharp-advise-revert-buffer activate compile) (let ((is-flymake-enabled - (and (fboundp 'flymake-mode) + (and (boundp 'flymake-mode) flymake-mode))) ;; disable (if is-flymake-enabled