We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fd941 commit 760a76dCopy full SHA for 760a76d
adoc-mode.el
@@ -2005,7 +2005,7 @@ START-SRC and END-SRC delimit the actual source code."
2005
(when (fboundp lang-mode)
2006
(let ((string (buffer-substring-no-properties start-src end-src))
2007
(modified (buffer-modified-p))
2008
- (adoc-buffer (current-buffer)) int)
+ (adoc-buffer (current-buffer)))
2009
(remove-text-properties start-block end-block '(face nil adoc-code-block nil font-lock-fontified nil font-lock-multiline nil))
2010
(with-current-buffer
2011
(get-buffer-create
0 commit comments