Meta: Update makem.sh

This commit is contained in:
Adam Porter 2020-12-01 16:46:26 -06:00
parent ac3d854b6a
commit 7bb237b40d
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# * makem.sh/Makefile --- Script to aid building and testing Emacs Lisp packages
# URL: https://github.com/alphapapa/makem.sh
# Version: 0.4
# Version: 0.4.1
# * Arguments

View file

@ -3,7 +3,7 @@
# * makem.sh --- Script to aid building and testing Emacs Lisp packages
# URL: https://github.com/alphapapa/makem.sh
# Version: 0.4
# Version: 0.4.1
# * Commentary:
@ -154,7 +154,8 @@ function elisp-checkdoc-file {
": " text)))
(message msg)
(setq makem-checkdoc-errors-p t)
(list text start end unfixable)))))
;; Return nil because we *are* generating a buffered list of errors.
nil))))
(mapcar #'checkdoc-file files)
(when makem-checkdoc-errors-p
(kill-emacs 1))))