ghc-check-display-errors.

This commit is contained in:
Kazu Yamamoto
2014-03-19 22:57:05 +09:00
parent 1ffc425caa
commit 3e64fb2935
3 changed files with 33 additions and 5 deletions

View File

@@ -40,7 +40,8 @@
(defun ghc-save-buffer ()
(interactive)
(if (buffer-modified-p) (call-interactively 'save-buffer))
(if (buffer-modified-p) (save-buffer))
;; (if (buffer-modified-p) (call-interactively 'save-buffer))
(ghc-check-syntax))
(provide 'ghc-command)