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:
parent
3b0dcb0b1b
commit
7a66362c25
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue