From 91c96c933523c1a6a622061682c26a936068b295 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 15 Mar 2023 10:13:41 -0700 Subject: consfigurator.el.in: fix name of function to call Signed-off-by: Sean Whitton --- emacs/consfigurator.el.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in index c452dbb..29a9d27 100644 --- a/emacs/consfigurator.el.in +++ b/emacs/consfigurator.el.in @@ -128,7 +128,7 @@ corresponding to the final dot-delimited component of their names." (eval-when-compile (string-to-syntax "\"")))) (forward-char 1) - (consfigurator--finish-propertize-qq limit)))))))) + (consfigurator--finish-propertize-qq-heredoc limit)))))))) (defun consfigurator-syntax-propertize-function (start end) "`syntax-propertize-function' for Consfigurator's readtable. -- cgit v1.2.3