Skip to content

Commit 3c1b0d1

Browse files
authored
Merge branch 'master' into fix-recursion
2 parents 9596079 + 5df58a7 commit 3c1b0d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

auto-rename-tag.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ DNC : duplicate nested count."
262262
;; self tag. This logic error doesn't necessary has to be resolved!
263263
(let ((start-tag-pt (auto-rename-tag--start-tag-point))
264264
(nested-start-tag-pt nil))
265+
(goto-char start-tag-pt)
265266
(re-search-forward "[^=][ \t\n]*>" nil t)
266267
(forward-char -1)
267268
(setq nested-start-tag-pt (auto-rename-tag--start-tag-point))

0 commit comments

Comments
 (0)