emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/package+vc 5694278af3 1/3: Remove 'package-vc-install' alias 'pa


From: Philip Kaludercic
Subject: feature/package+vc 5694278af3 1/3: Remove 'package-vc-install' alias 'package-checkout'
Date: Fri, 21 Oct 2022 18:14:25 -0400 (EDT)

branch: feature/package+vc
commit 5694278af37c77e3999cc39231c218f786ee7c86
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove 'package-vc-install' alias 'package-checkout'
    
    * lisp/emacs-lisp/package-vc.el (package-checkout): Remove it.
---
 lisp/emacs-lisp/package-vc.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el
index 360a5ebf9d..8f42767a6f 100644
--- a/lisp/emacs-lisp/package-vc.el
+++ b/lisp/emacs-lisp/package-vc.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]