Skip to content

Commit 760a76d

Browse files
committed
#44 Try to calm down the byte-compiler about the unused lexical var int.
Note that this was a workaround for byte-compiler warnings about an assignment to a free variable int.
1 parent 00fd941 commit 760a76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adoc-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ START-SRC and END-SRC delimit the actual source code."
20052005
(when (fboundp lang-mode)
20062006
(let ((string (buffer-substring-no-properties start-src end-src))
20072007
(modified (buffer-modified-p))
2008-
(adoc-buffer (current-buffer)) int)
2008+
(adoc-buffer (current-buffer)))
20092009
(remove-text-properties start-block end-block '(face nil adoc-code-block nil font-lock-fontified nil font-lock-multiline nil))
20102010
(with-current-buffer
20112011
(get-buffer-create

0 commit comments

Comments
 (0)