We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4229581 + e830082 commit 06678edCopy full SHA for 06678ed
1 file changed
julia-repl.el
@@ -41,6 +41,7 @@
41
42
(require 'term)
43
(require 'subr-x)
44
+(require 'cl-lib)
45
46
47
;; customizations
@@ -104,7 +105,7 @@ first entry is the default.")
104
105
(defun julia-repl--default-executable-key ()
106
"Return the default executable key."
107
(let ((key (caar julia-repl-executable-records)))
- (cl-assert key "Could not find any key in JULIA-REPL-EXECUTABLE-RECORDS.")
108
+ (cl-assert key nil "Could not find any key in JULIA-REPL-EXECUTABLE-RECORDS.")
109
key))
110
111
(defvar julia-repl-inferior-buffer-name-suffix nil
0 commit comments