Skip to content

Commit

Permalink
Fix `mcfunction-execute-command-at-point' duplicated.
Browse files Browse the repository at this point in the history
  • Loading branch information
rasensuihei committed Jun 24, 2019
1 parent 5119fcc commit fd4803e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcfunction-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: rasensuihei <[email protected]>
;; URL: https://github.com/rasensuihei/mcfunction-mode
;; Version: 0.2
;; Version: 0.2.1
;; Keywords: languages

;; This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -240,7 +240,7 @@
(when (mcfunction--server-ready)
(mcfunction-send-string "stop")))

(defun mcfunction-execute-command-at-point ()
(defun mcfunction-server-execute-command-at-point ()
"Execute a command at point."
(interactive)
(if (mcfunction--server-ready)
Expand Down

0 comments on commit fd4803e

Please sign in to comment.