Skip to content

Commit

Permalink
#44 Try to calm down the byte-compiler about the unused lexical var int.
Browse files Browse the repository at this point in the history
Note that this was a workaround for byte-compiler warnings about an assignment to a free variable int.
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Jan 30, 2024
1 parent 00fd941 commit 760a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,7 @@ START-SRC and END-SRC delimit the actual source code."
(when (fboundp lang-mode)
(let ((string (buffer-substring-no-properties start-src end-src))
(modified (buffer-modified-p))
(adoc-buffer (current-buffer)) int)
(adoc-buffer (current-buffer)))
(remove-text-properties start-block end-block '(face nil adoc-code-block nil font-lock-fontified nil font-lock-multiline nil))
(with-current-buffer
(get-buffer-create
Expand Down

0 comments on commit 760a76d

Please sign in to comment.