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

Remove 'package-vc-install' alias 'package-checkout'

* lisp/emacs-lisp/package-vc.el (package-checkout): Remove it.
This commit is contained in:
Philip Kaludercic 2022-10-21 20:39:33 +02:00
parent faeb66ae42
commit 5694278af3
No known key found for this signature in database
GPG key ID: F2C3CC513DB89F66

View file

@ -430,9 +430,6 @@ be requested using REV."
rev)))
((user-error "Unknown package to fetch: %s" name-or-url))))
;;;###autoload
(defalias 'package-checkout #'package-vc-install)
(defun package-vc-link-directory (dir name)
"Install the package NAME in DIR by linking it into the ELPA directory.
If invoked interactively with a prefix argument, the user will be