aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-03-15 10:13:41 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-03-15 10:13:41 -0700
commit91c96c933523c1a6a622061682c26a936068b295 (patch)
treea17aef3c6fccda6e2572400925c858f3b1364adb
parent520523e7c49c89ac9f317aafefac3130ba1b6693 (diff)
downloadconsfigurator-91c96c933523c1a6a622061682c26a936068b295.tar.gz
consfigurator.el.in: fix name of function to call
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--emacs/consfigurator.el.in2
1 files changed, 1 insertions, 1 deletions
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.