Skip to content

Commit

Permalink
* Makefile: No longer consider warn as error.
Browse files Browse the repository at this point in the history
Cause I do not know how to resolve such warn for Emacs 29.1:

elisp-demos.el:111:14: Warning: `org-show-entry' is an obsolete function (as
    of 9.6); use `org-fold-show-entry' instead.
  • Loading branch information
xuchunyang committed Jan 16, 2024
1 parent 82e1a75 commit f4d9815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ all: check
check: compile test

compile:
${EMACS} -Q --batch -L . --eval "(setq byte-compile-error-on-warn t)" -f batch-byte-compile elisp-demos.el
${EMACS} -Q --batch -L . --eval "(setq byte-compile-error-on-warn nil)" -f batch-byte-compile elisp-demos.el

test:
${EMACS} -Q --batch -L . -l elisp-demos-tests -f ert-run-tests-batch-and-exit
Expand Down

0 comments on commit f4d9815

Please sign in to comment.