1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Make 'package-vc-install-from-checkout' as obsolete

See https://mail.gnu.org/archive/html/emacs-devel/2025-11/msg00039.html.

* lisp/emacs-lisp/package-vc.el (package-vc-install-from-checkout):
Obsolete it.
This commit is contained in:
Philip Kaludercic 2025-12-07 22:42:29 +01:00
parent 3b0dcb0b1b
commit 7a66362c25
No known key found for this signature in database

View file

@ -1022,6 +1022,7 @@ one created by `package-vc-checkout'. If invoked interactively with a
prefix argument, prompt the user for the NAME of the package to set up.
If the optional argument INTERACTIVE is non-nil (as happens
interactively), DIR must be an absolute file name."
(declare (obsolete "Use the User Lisp directory instead." "30.1"))
(interactive (let ((dir (expand-file-name (read-directory-name "Directory: "))))
(list dir (and current-prefix-arg
(let ((base (file-name-base