Skip to content

Commit

Permalink
emacs-compat: fix variable name in build (dylanaraps#1618)
Browse files Browse the repository at this point in the history
Nit with the lisp variable.

## Existing package

- [x] I am the maintainer of this package.

Reviewed-on: https://codeberg.org/kiss-community/community/pulls/1618
Co-authored-by: Ethan <[email protected]>
Co-committed-by: Ethan <[email protected]>
  • Loading branch information
echawk authored and Pratham committed May 26, 2024
1 parent ee22714 commit 9a1ca51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/emacs-compat/build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mkdir -p "$1/usr/share/emacs/site-lisp/compat/"

emacs -batch -q -no-site-file -L . \
-eval '(setq compat-strict t byte-ocmpile-error-on-warn t)' \
-eval '(setq compat-strict t byte-compile-error-on-warn t)' \
-f batch-byte-compile \
./*.el

Expand Down

0 comments on commit 9a1ca51

Please sign in to comment.