From 76234a4c28f1c33a18b28d2c107638425fffd8c2 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 27 Jan 2025 10:49:28 +0000 Subject: [PATCH] Add a comment about the remaining compilation warnings --- dtrt-indent.el | 1 + 1 file changed, 1 insertion(+) diff --git a/dtrt-indent.el b/dtrt-indent.el index a522ed0..af0ba22 100644 --- a/dtrt-indent.el +++ b/dtrt-indent.el @@ -197,6 +197,7 @@ adjusted transparently." (if dtrt-indent-mode (if (and (boundp 'smie-grammar) (not (null smie-grammar)) (not (eq smie-grammar 'unset))) (progn + ;; FIXME: Emacs warns about unbound identifiers: https://github.com/jscheid/dtrt-indent/issues/79 (when (null smie-config--buffer-local) (smie-config-guess)) (when dtrt-indent-run-after-smie (dtrt-indent-try-set-offset)))