Skip to content

Commit 68974c9

Browse files
committed
Tweak an obsoletion message
1 parent 0f4887b commit 68974c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrepl-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ PARAMS is as in `nrepl-make-buffer-name'."
245245
(nrepl--port-from-file (expand-file-name "target/repl-port" dir))
246246
(nrepl--port-from-file (expand-file-name ".shadow-cljs/nrepl.port" dir)))))
247247

248-
(make-obsolete 'nrepl-extract-port 'nrepl-extract-ports "1.4.2")
248+
(make-obsolete 'nrepl-extract-port 'nrepl-extract-ports "1.5.0")
249249

250250
(defun nrepl--port-from-file (file)
251251
"Attempts to read port from a file named by FILE."

0 commit comments

Comments
 (0)