diff options
| author | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-23 12:49:25 +0200 |
|---|---|---|
| committer | Frank Fischer <frank-fischer@shadow-soft.de> | 2015-04-23 12:49:25 +0200 |
| commit | 2bd201444790c5b4b38ea6e613ad1f766c4266a4 (patch) | |
| tree | 1f38b2dc559dad6502cdf30d938ad9db6e401a52 | |
| parent | d99bca5b1eb14469fad5f9fe4798bbd4fa29f568 (diff) | |
evil-common: forward declare `evil-ex-p`1.1.3
| -rw-r--r-- | evil-common.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-common.el b/evil-common.el index c2a863f..1a6def8 100644 --- a/evil-common.el +++ b/evil-common.el @@ -35,6 +35,7 @@ (declare-function evil-visual-state-p "evil-states") (declare-function evil-visual-restore "evil-states") (declare-function evil-motion-state "evil-states") +(declare-function evil-ex-p "evil-ex") ;;; Compatibility for Emacs 23 (unless (fboundp 'deactivate-input-method) |
