diff options
| author | Philip Kaludercic | 2022-11-04 18:19:01 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-11-04 18:19:01 +0100 |
| commit | 184f0c3e60aef89e625aa0666266fd623d62dc06 (patch) | |
| tree | 5214eb5c1897ad14f806a7fdb345e85ad278535b | |
| parent | f17fadd01ac291cd3d917df4255b25fa7e81212a (diff) | |
| download | emacs-184f0c3e60aef89e625aa0666266fd623d62dc06.tar.gz emacs-184f0c3e60aef89e625aa0666266fd623d62dc06.zip | |
; * lisp/emacs-lisp/package-vc.el (package-vc): Add missing :prefix
| -rw-r--r-- | lisp/emacs-lisp/package-vc.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package-vc.el b/lisp/emacs-lisp/package-vc.el index 2e0a6b6a603..4a9c1685330 100644 --- a/lisp/emacs-lisp/package-vc.el +++ b/lisp/emacs-lisp/package-vc.el | |||
| @@ -44,6 +44,7 @@ | |||
| 44 | "Manage packages from VC checkouts." | 44 | "Manage packages from VC checkouts." |
| 45 | :group 'package | 45 | :group 'package |
| 46 | :link '(custom-manual "(emacs) Package from Source") | 46 | :link '(custom-manual "(emacs) Package from Source") |
| 47 | :prefix "package-vc-" | ||
| 47 | :version "29.1") | 48 | :version "29.1") |
| 48 | 49 | ||
| 49 | (defconst package-vc--elpa-packages-version 1 | 50 | (defconst package-vc--elpa-packages-version 1 |