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

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

[nongnu] elpa/julia-mode c982fd6 216/352: Changed name of Emacs buffer t


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode c982fd6 216/352: Changed name of Emacs buffer to *Julia*
Date: Sun, 29 Aug 2021 11:22:48 -0400 (EDT)

branch: elpa/julia-mode
commit c982fd6b0b9065adf8ac36657fcae9895965cf2b
Author: Philip Woods <elzairthesorcerer@gmail.com>
Commit: Yichao Yu <yyc1992@gmail.com>

    Changed name of Emacs buffer to *Julia*
---
 julia-mode.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/julia-mode.el b/julia-mode.el
index 7507c7a..86aeff5 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -3131,10 +3131,10 @@ end"))
     "Run an inferior instance of `julia' inside Emacs."
     (interactive)
     (let ((julia-program julia-program)
-          (buffer (get-buffer-create "Julia")))
-      (when (not (comint-check-proc "Julia"))
-            (apply #'make-comint-in-buffer "Julia" "Julia" julia-program 
julia-arguments))
-      (pop-to-buffer-same-window "Julia")
+          (buffer (get-buffer-create "*Julia*")))
+      (when (not (comint-check-proc "*Julia*"))
+            (apply #'make-comint-in-buffer "Julia" "*Julia*" julia-program 
julia-arguments))
+      (pop-to-buffer-same-window "*Julia*")
       (inferior-julia-mode)))
 
 (defun inferior-julia--initialize ()



reply via email to

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