aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--evil-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-core.el b/evil-core.el
index 406377b..a10f086 100644
--- a/evil-core.el
+++ b/evil-core.el
@@ -1259,7 +1259,7 @@ the local keymap will be `evil-test-state-local-map', and so on.
((eq key :exit-hook)
(setq exit-hook-value arg)
(unless (listp exit-hook-value)
- (setq exit-hook-value (list entry-hook-value))))
+ (setq exit-hook-value (list exit-hook-value))))
((eq key :enable)
(setq enable arg))
((eq key :input-method)