branch: elpa/swift-mode commit 55ce4e53f856626938b50f014c5f82947a628d6a Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Fix command name --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 8a40113..d42d8a0 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -73,7 +73,7 @@ (easy-menu-define swift-menu map "Swift Mode menu" `("Swift" :help "Swift-specific Features" - ["Run REPL" swift-mode-run-repl + ["Run REPL" swift-mode:run-repl :help "Run Swift REPL"] ["Send buffer to REPL" swift-mode:send-buffer :help "Send the current buffer's contents to the REPL"]