diff options
| -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 b6b456331b8..c6e69c64a80 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el | |||
| @@ -1022,7 +1022,7 @@ one created by `package-vc-checkout'. If invoked interactively with a | |||
| 1022 | prefix argument, prompt the user for the NAME of the package to set up. | 1022 | prefix argument, prompt the user for the NAME of the package to set up. |
| 1023 | If the optional argument INTERACTIVE is non-nil (as happens | 1023 | If the optional argument INTERACTIVE is non-nil (as happens |
| 1024 | interactively), DIR must be an absolute file name." | 1024 | interactively), DIR must be an absolute file name." |
| 1025 | (declare (obsolete "Use the User Lisp directory instead." "30.1")) | 1025 | (declare (obsolete "use the User Lisp directory instead." "31.1")) |
| 1026 | (interactive (let ((dir (expand-file-name (read-directory-name "Directory: ")))) | 1026 | (interactive (let ((dir (expand-file-name (read-directory-name "Directory: ")))) |
| 1027 | (list dir (and current-prefix-arg | 1027 | (list dir (and current-prefix-arg |
| 1028 | (let ((base (file-name-base | 1028 | (let ((base (file-name-base |