From 91445b99108a84191e3d5021b3be15fa9712073e Mon Sep 17 00:00:00 2001 From: Robert Blackwell Date: Wed, 3 Sep 2025 10:23:12 +0100 Subject: [PATCH] add missing closing bracket. --- clingo-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clingo-mode.el b/clingo-mode.el index a9550fe..7fa1472 100644 --- a/clingo-mode.el +++ b/clingo-mode.el @@ -348,7 +348,7 @@ Argument OPTIONS Options (possibly empty string) sent to clingo." (setq-local clingo-last-options options) (clingo-echo-clingo (buffer-substring-no-properties region-beginning region-end) - options)) + options))) ;;;###autoload (defun clingo-run-buffer (options)