From e38f928b16a0cf213f2634f6c62a768b52669af1 Mon Sep 17 00:00:00 2001 From: Vasilij Schneidermann Date: Mon, 9 Apr 2018 09:29:21 +0200 Subject: Use next stable version as deprecation date --- evil-common.el | 2 +- evil-ex.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/evil-common.el b/evil-common.el index b0a1500..55f0de6 100644 --- a/evil-common.el +++ b/evil-common.el @@ -60,7 +60,7 @@ no arguments. In Emacs 23.2 and newer, it takes one argument." (called-interactively-p 'any)) (make-obsolete 'evil-called-interactively-p "please use (called-interactively-p 'any) instead." - "Git commit 222b791") + "1.2.14") ;; macro helper (eval-and-compile diff --git a/evil-ex.el b/evil-ex.el index ea469c0..2c71007 100644 --- a/evil-ex.el +++ b/evil-ex.el @@ -593,7 +593,8 @@ 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.14") (evil-ex-define-argument-type shell "Shell argument type, supports completion." -- cgit v1.0