mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Meta: Update makem.sh
This commit is contained in:
parent
ac3d854b6a
commit
7bb237b40d
2 changed files with 4 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
5
makem.sh
5
makem.sh
|
@ -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))))
|
||||
|
|
Loading…
Add table
Reference in a new issue