Skip to content

Commit

Permalink
Fix: dtrt-indent.el:202:30: Warning: reference to free variable ‘smie…
Browse files Browse the repository at this point in the history
…-config--buffer-local’
  • Loading branch information
jamescherti authored and rrthomas committed Jan 30, 2025
1 parent 4a5c08c commit 22498ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtrt-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ adjusted transparently."
(if dtrt-indent-mode
(if (and (boundp 'smie-grammar) (not (null smie-grammar)) (not (eq smie-grammar 'unset)))
(progn
(when (and (null smie-config--buffer-local)
(when (and (not (bound-and-true-p smie-config--buffer-local))
(fboundp 'smie-config-guess))
(smie-config-guess))
(when (bound-and-true-p dtrt-indent-run-after-smie)
Expand Down

0 comments on commit 22498ca

Please sign in to comment.