ghc-goto-next-error.

This commit is contained in:
Kazu Yamamoto
2014-03-20 15:32:54 +09:00
parent 3e64fb2935
commit 3f01b15a3e
3 changed files with 32 additions and 12 deletions

View File

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