Skip to content

Commit 9596079

Browse files
authored
Merge branch 'master' into fix-recursion
2 parents eca20d4 + a59764c commit 9596079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-rename-tag.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
(defconst auto-rename-tag--tag-regexp "<[^>]*"
4545
"Tag regular expression to find tag position.")
4646

47-
(defvar-local auto-rename-tag--pre-command-actived nil
47+
(defvar-local auto-rename-tag--pre-command-activated nil
4848
"Check if `pre-command-hook' called.")
4949

5050
(defvar-local auto-rename-tag--after-action-active nil

0 commit comments

Comments
 (0)