mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * test/lisp/emacs-lisp/package-tests.el (lm-version): Declare.
This commit is contained in:
parent
c794719167
commit
a07abfc6bc
|
|
@ -1028,6 +1028,8 @@ but with a different end of line convention (bug#48137)."
|
|||
(list new-pkg-desc simple-depend-desc-2 simple-depend-desc-1
|
||||
multi-file-desc simple-depend-desc simple-single-desc)))))
|
||||
|
||||
(declare-function lm-version "lisp-mnt")
|
||||
|
||||
(ert-deftest package-test-builtin-package-info ()
|
||||
"Test public interfaces for querying package info."
|
||||
(should (not (null (package-versioned-builtin-packages))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue