From b97aa560ab225bb37cc00c385711825199687fdb Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 24 Mar 2022 11:39:13 +0100 Subject: [PATCH] Fix autoinsert.el byte compilation warning * lisp/autoinsert.el (sgml-tag): Fix a byte compilation warning. --- lisp/autoinsert.el | 1 + 1 file changed, 1 insertion(+) 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") -- 2.39.5