diff options
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index d25275e3ec4..c12c554498b 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el @@ -89,7 +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)) +(declare-function sgml-tag "textmodes/sgml-mode" (&optional str arg)) (defcustom auto-insert-alist `((("\\.\\([Hh]\\|hh\\|hpp\\|hxx\\|h\\+\\+\\)\\'" . "C / C++ header") |