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

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

[nongnu] elpa/j-mode 11b02ca 48/56: Changed default jconsole to ijconsol


From: ELPA Syncer
Subject: [nongnu] elpa/j-mode 11b02ca 48/56: Changed default jconsole to ijconsole since jconsole conflicts with some
Date: Sun, 29 Aug 2021 11:20:52 -0400 (EDT)

branch: elpa/j-mode
commit 11b02cac7a388277191b78d7168a46ea549c6dd9
Author: Philip Woods <elzairthesorcerer@gmail.com>
Commit: Philip Woods <elzairthesorcerer@gmail.com>

    Changed default jconsole to ijconsole since jconsole conflicts with some
    java thing
---
 j-console.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/j-console.el b/j-console.el
index f06955c..27cc1bb 100644
--- a/j-console.el
+++ b/j-console.el
@@ -46,7 +46,7 @@
   :group 'j
   :prefix "j-console-")
 
-(defcustom j-console-cmd "jconsole"
+(defcustom j-console-cmd "ijconsole"
   "Name of the executable used for the J REPL session"
   :type 'string
   :group 'j-console)



reply via email to

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