From c03245a371955c2ea775195e119f232a3aa887e7 Mon Sep 17 00:00:00 2001 From: Lukasz Wiechec Date: Thu, 13 Apr 2023 14:50:30 +0000 Subject: [PATCH] extending max length for docstrings to 100 chars refs #108 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ed3a8d..e8c2c04 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ TARGET:=explain-pause-mode.el all: byte-compile tests byte-compile: - $(EMACS) $(EMACS_OPTS) -batch --eval '(setq byte-compile-error-on-warn t)' -f batch-byte-compile explain-pause-mode.el + $(EMACS) $(EMACS_OPTS) -batch --eval '(setq byte-compile-error-on-warn t)' --eval '(setq byte-compile-docstring-max-column 100)' -f batch-byte-compile explain-pause-mode.el $(eval TARGET:=explain-pause-mode.elc) print-emacs-version: