aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasilij Schneidermann <mail@vasilij.de>2018-04-09 09:29:21 +0200
committerEivind Fonn <evfonn@gmail.com>2019-11-20 16:23:15 +0100
commite38f928b16a0cf213f2634f6c62a768b52669af1 (patch)
tree14c07d9aad80a0854d399dd6b0a74eb34a313caa
parente466df1f4d2a34631c01e29a84555a00268e4405 (diff)
Use next stable version as deprecation date
-rw-r--r--evil-common.el2
-rw-r--r--evil-ex.el3
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."