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