emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode 55ce4e5 416/496: Fix command name


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 55ce4e5 416/496: Fix command name
Date: Sun, 29 Aug 2021 11:34:19 -0400 (EDT)

branch: elpa/swift-mode
commit 55ce4e53f856626938b50f014c5f82947a628d6a
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@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"]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]