mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Require lisp-mnt at the top level to avoid byte-compilation warnings
This commit is contained in:
parent
3c3015d189
commit
00989cef16
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
|||
(require 'cl)
|
||||
|
||||
(require 'package)
|
||||
(require 'lisp-mnt)
|
||||
|
||||
(defcustom package-build-working-dir (expand-file-name "working/")
|
||||
"Directory in which to keep checkouts."
|
||||
|
@ -434,7 +435,6 @@ The file is written to `package-build-working-dir'."
|
|||
(defun pb/find-package-commentary (file-path)
|
||||
"Get commentary section from FILE-PATH."
|
||||
(when (file-exists-p file-path)
|
||||
(require 'lisp-mnt)
|
||||
(with-temp-buffer
|
||||
(insert-file-contents file-path)
|
||||
(lm-commentary))))
|
||||
|
|
Loading…
Reference in a new issue