Skip to content

Commit

Permalink
Tweak an obsoletion message
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Aug 10, 2022
1 parent 0f4887b commit 68974c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrepl-client.el
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ PARAMS is as in `nrepl-make-buffer-name'."
(nrepl--port-from-file (expand-file-name "target/repl-port" dir))
(nrepl--port-from-file (expand-file-name ".shadow-cljs/nrepl.port" dir)))))

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

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

0 comments on commit 68974c9

Please sign in to comment.