[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master b97aa560ab: Fix autoinsert.el byte compilation warning
From: |
Lars Ingebrigtsen |
Subject: |
master b97aa560ab: Fix autoinsert.el byte compilation warning |
Date: |
Thu, 24 Mar 2022 06:39:29 -0400 (EDT) |
branch: master
commit b97aa560ab225bb37cc00c385711825199687fdb
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
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 879dc630c6..d25275e3ec 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")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master b97aa560ab: Fix autoinsert.el byte compilation warning,
Lars Ingebrigtsen <=