Skip to content

Commit 55ce4e5

Browse files
committed
Fix command name
1 parent fc718a5 commit 55ce4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
(easy-menu-define swift-menu map "Swift Mode menu"
7474
`("Swift"
7575
:help "Swift-specific Features"
76-
["Run REPL" swift-mode-run-repl
76+
["Run REPL" swift-mode:run-repl
7777
:help "Run Swift REPL"]
7878
["Send buffer to REPL" swift-mode:send-buffer
7979
:help "Send the current buffer's contents to the REPL"]

0 commit comments

Comments
 (0)