diff options
Diffstat (limited to 'lisp/emacs-lisp/package-vc.el')
-rw-r--r-- | lisp/emacs-lisp/package-vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index a0b4b03118d..127a7e073f9 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el @@ -692,7 +692,7 @@ name from the base name of DIR." (defun package-vc-refresh (pkg-desc) "Refresh the installation for package given by PKG-DESC. Interactively, prompt for the name of the package to refresh." - (interactive (package-vc--read-pkg "Refresh package: ")) + (interactive (list (package-vc--read-pkg "Refresh package: "))) (package-vc--unpack-1 pkg-desc (package-desc-dir pkg-desc))) (defun package-vc--read-pkg (prompt) |