Skip to content

Commit

Permalink
emacs: after a refresh, retells the buffer.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmanur committed Dec 22, 2013
1 parent 9bf1f22 commit 70a10cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emacs/merlin.el
Expand Up @@ -458,7 +458,8 @@ the error message otherwise print a generic error message."
(defun merlin-refresh ()
"Refresh changed merlin cmis."
(interactive)
(merlin-send-command '(refresh quick)))
(merlin-send-command '(refresh quick))
(merlin-after-save))

(defun merlin-refresh-full ()
"Refresh all merlin cmis."
Expand Down

0 comments on commit 70a10cc

Please sign in to comment.