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

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

[nongnu] elpa/julia-mode 06f6fdb: Declare inferior-julia obsolete. (#161


From: ELPA Syncer
Subject: [nongnu] elpa/julia-mode 06f6fdb: Declare inferior-julia obsolete. (#161)
Date: Sat, 4 Sep 2021 05:57:31 -0400 (EDT)

branch: elpa/julia-mode
commit 06f6fdb94cdd88db7bb40b8f511a386605711408
Author: Tamas K. Papp <tkpapp@gmail.com>
Commit: GitHub <noreply@github.com>

    Declare inferior-julia obsolete. (#161)
    
    * Declare inferior-julia obsolete.
    
    * use the message from the discussion
    
    * use three argument version
---
 julia-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/julia-mode.el b/julia-mode.el
index 04437f7..10fd963 100644
--- a/julia-mode.el
+++ b/julia-mode.el
@@ -870,6 +870,10 @@ following commands are defined:
       (pop-to-buffer-same-window "*Julia*")
       (inferior-julia-mode)))
 
+(make-obsolete 'inferior-julia
+               "REPL modes are now provided by various third-party packages, 
this will be removed."
+               "2021-08-30")
+
 (defun inferior-julia--initialize ()
     "Helper function to initialize `inferior-julia'."
     (setq comint-use-prompt-regexp t))



reply via email to

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