]> git.eshelyaron.com Git - emacs.git/commit
Better error message for C-h P RET
authorMattias Engdegård <mattiase@acm.org>
Mon, 1 Jul 2019 15:56:49 +0000 (17:56 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 2 Jul 2019 08:57:39 +0000 (10:57 +0200)
commit22b64f7bac8d015f3d0e6a42e9d764a61656e7a1
tree51ae35ec40d1129e61622aa7577b1aa5c2b991bd
parent5d99f1d01ee42e548afe6e2854d59a35fa0b7e91
Better error message for C-h P RET

Previously:
  package--incompatible-p: Wrong type argument: package-desc, nil
Now:
  No package specified

* lisp/emacs-lisp/package.el (describe-package): Don't use ## as input.
lisp/emacs-lisp/package.el