Skip to content

Commit

Permalink
borg.mk: No longer silence docstring warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 9, 2024
1 parent 72000eb commit f6b630e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion borg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ EMACS_EXTRA ?=
init-clean init-build bootstrap bootstrap-borg
.FORCE:

SILENCIO += --eval "(setq byte-compile-warnings '(not docstrings))"
SILENCIO += --eval "(progn (require 'gv) (put 'buffer-substring 'byte-obsolete-generalized-variable nil))"
SILENCIO += --eval "(define-advice message (:around (fn format &rest args) silencio)\
(unless (or (equal format \"Not registering prefix \\\"%s\\\" from %s. Affects: %S\")\
Expand Down

0 comments on commit f6b630e

Please sign in to comment.