diff options
| author | Brian Leung <leungbk@mailfence.com> | 2021-01-05 16:02:35 -0800 |
|---|---|---|
| committer | Eivind Fonn <evfonn@gmail.com> | 2021-01-09 09:03:42 +0100 |
| commit | 19cc5f8eef8bfffdec8082b604c7129782acb332 (patch) | |
| tree | a0a8251bae31b8302d75aa284afb32b150a8d3b3 /evil-ex.el | |
| parent | d6cf6680ec52733ea78dc530ed75fadc5171c758 (diff) | |
Add version to `define-obsolete-function-alias' invocation
The latest Emacs 28 requires this.
Diffstat (limited to 'evil-ex.el')
| -rw-r--r-- | evil-ex.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -595,7 +595,7 @@ argument handler that requires shell completion." (define-obsolete-function-alias 'evil-ex-shell-command-completion-at-point - 'comint-completion-at-point) + 'comint-completion-at-point "1.2.13") (evil-ex-define-argument-type shell "Shell argument type, supports completion." |
