Skip to content

Commit

Permalink
Merge pull request #4 from rasensuihei/0.2.1
Browse files Browse the repository at this point in the history
Fix `mcfunction-execute-command-at-point' duplicated.
  • Loading branch information
rasensuihei authored Jun 24, 2019
2 parents 5119fcc + fd4803e commit 3d9070e
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 3d9070e

Please sign in to comment.