branch: externals/package-x
commit a52cfb0ab1ca405392ff19085ce7cb4c24ca2ff8
Author: Chong Yidong <c...@stupidchicken.com>
Commit: Chong Yidong <c...@stupidchicken.com>

    Add preliminary describe-package functionality, and some cleanup.
    
    * help-mode.el (help-package-def): New button type.
    
    * menu-bar.el: Move package-list-packages binding here from
    package.el.
    
    * emacs-lisp/package.el: Move package-list-packages binding to
    menu-bar.el.
    (describe-package, describe-package-1, package--dir): New funs.
    (package-activate-1): Use package--dir.
    
    * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
---
 lisp/emacs-lisp/package-x.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/emacs-lisp/package-x.el b/lisp/emacs-lisp/package-x.el
index c2d85aa574..21bd7960d8 100644
--- a/lisp/emacs-lisp/package-x.el
+++ b/lisp/emacs-lisp/package-x.el
@@ -31,6 +31,9 @@
 
 ;;; Code:
 
+(require 'package)
+(defvar gnus-article-buffer)
+
 ;; Note that this only works if you have the password, which you
 ;; probably don't :-).
 (defvar package-archive-upload-base nil

Reply via email to