Skip to content

Commit

Permalink
compile: Work around backward incompatible change in Emacs
Browse files Browse the repository at this point in the history
This is to much for my brain right now:
https://stackoverflow.com/questions/3790454.
I'll just use a very long line instead.
  • Loading branch information
tarsius committed Dec 9, 2023
1 parent 6da79b3 commit 457aa5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ jobs:
working-directory: ${{ env.pwd }}
run: |
touch check-declare
make EMACS_ARGS="--eval '(progn (setq byte-compile-error-on-warn t) ${{ vars.compile_error_settings }})'" clean lisp
make EMACS_ARGS="--eval '(progn (remhash (indirect-function (quote derived-mode-p)) advertised-signature-table) (setq byte-compile-error-on-warn t) ${{ vars.compile_error_settings }})'" clean lisp

0 comments on commit 457aa5d

Please sign in to comment.