diff options
| author | sergey <seregaxvm.main@gmali.com> | 2020-02-24 11:56:14 +0300 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2020-02-24 10:14:36 +0100 |
| commit | 7c42ba4de086dc8f5b2d277c8d2806adc6b84279 (patch) | |
| tree | 3f4820e6dd93e24f0a666cc62e8fcb892a001a39 | |
| parent | 810eaf6c8221a6854b490b843864baa303fad32a (diff) | |
fix evil-define-state :exit-hook typo
| -rw-r--r-- | evil-core.el | 2 |
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) |
