diff options
| author | Eli Zaretskii | 2024-07-07 08:51:16 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-07-07 08:51:16 +0300 |
| commit | 4a1f2053cdce65efd00de4e211de89f56a549a61 (patch) | |
| tree | 28304e6655ec9cb59138e0c8182cbdaf50715dd4 | |
| parent | 17807a3144045305334c85b248ff6cdd93681ab6 (diff) | |
| download | emacs-4a1f2053cdce65efd00de4e211de89f56a549a61.tar.gz emacs-4a1f2053cdce65efd00de4e211de89f56a549a61.zip | |
; Avoid byte-compiler warning in package.el
* lisp/emacs-lisp/package.el (lm-package-needs-footer-line): Declare.
| -rw-r--r-- | lisp/emacs-lisp/package.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index b0ba886df74..7cae8d68bc0 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -1161,6 +1161,7 @@ Signal an error if the entire string was not used." | |||
| 1161 | (declare-function lm-keywords-list "lisp-mnt" (&optional file)) | 1161 | (declare-function lm-keywords-list "lisp-mnt" (&optional file)) |
| 1162 | (declare-function lm-maintainers "lisp-mnt" (&optional file)) | 1162 | (declare-function lm-maintainers "lisp-mnt" (&optional file)) |
| 1163 | (declare-function lm-authors "lisp-mnt" (&optional file)) | 1163 | (declare-function lm-authors "lisp-mnt" (&optional file)) |
| 1164 | (declare-function lm-package-needs-footer-line "lisp-mnt" (&optional file)) | ||
| 1164 | 1165 | ||
| 1165 | (defun package-buffer-info () | 1166 | (defun package-buffer-info () |
| 1166 | "Return a `package-desc' describing the package in the current buffer. | 1167 | "Return a `package-desc' describing the package in the current buffer. |