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

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

[nongnu] elpa/j-mode 4f7b75f 46/56: Merge remote-tracking branch 'lispni


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 4f7b75f 46/56: Merge remote-tracking branch 'lispnik/master'
Date: Sun, 29 Aug 2021 11:20:51 -0400 (EDT)

branch: elpa/j-mode
commit 4f7b75f7e6f75e14c4959256a79b45d750f57e45
Merge: c61b17e 5c09604
Author: Zachary Elliott <zach@nyu.edu>
Commit: Zachary Elliott <zach@nyu.edu>

    Merge remote-tracking branch 'lispnik/master'
    
    Updates the emacs GUI to properly match the j-console function names
    rather than their old names.
---
 j-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/j-mode.el b/j-mode.el
index a966d15..e43934e 100644
--- a/j-mode.el
+++ b/j-mode.el
@@ -82,9 +82,9 @@
 (easy-menu-define j-mode-menu j-mode-map "J Mode menu"
   '("J"
     ["Start J Console" j-console t]
-    ["Execute Buffer" j-execute-buffer t]
-    ["Execute Region" j-execute-region t]
-    ["Execute Line" j-execute-line t]
+    ["Execute Buffer" j-console-execute-buffer t]
+    ["Execute Region" j-console-execute-region t]
+    ["Execute Line" j-console-execute-line t]
     "---"
     ["J Symbol Look-up" j-help-lookup-symbol t]
     ["J Symbol Dynamic Look-up" j-help-lookup-symbol-at-point t]



reply via email to

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