From 0361482f3eba7289530d667b552df855f11c2cdd Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Fri, 7 Jun 2024 20:27:30 +0200 Subject: [PATCH] Silence byte-compiler There is a docstring that must contain control characters because it contains an example for a script that must do so. --- lisp/with-editor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/with-editor.el b/lisp/with-editor.el index 1b79fc2..875835b 100644 --- a/lisp/with-editor.el +++ b/lisp/with-editor.el @@ -980,5 +980,6 @@ See info node `(with-editor)Debugging' for instructions." (provide 'with-editor) ;; Local Variables: ;; indent-tabs-mode: nil +;; byte-compile-warnings: (not docstrings-control-chars) ;; End: ;;; with-editor.el ends here