From: Lars Ingebrigtsen Date: Thu, 24 Mar 2022 10:39:13 +0000 (+0100) Subject: Fix autoinsert.el byte compilation warning X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2370^2~937 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b97aa560ab225bb37cc00c385711825199687fdb;p=emacs.git Fix autoinsert.el byte compilation warning * lisp/autoinsert.el (sgml-tag): Fix a byte compilation warning. --- diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 879dc630c6b..d25275e3ec4 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -89,6 +89,7 @@ If this contains a %s, that will be replaced by the matching rule." :type 'string :version "28.1") +(declare-function sgml-tag "sgml-mode" (&optional str arg)) (defcustom auto-insert-alist `((("\\.\\([Hh]\\|hh\\|hpp\\|hxx\\|h\\+\\+\\)\\'" . "C / C++ header")