; * lisp/subr.el (interactive-p): Note to not remove in a hurry.

This commit is contained in:
Stefan Kangas 2020-12-06 10:34:14 +01:00
parent ba02ac89e6
commit 61497defb4

View file

@ -5258,6 +5258,8 @@ use `called-interactively-p'.
To test whether a function can be called interactively, use
`commandp'."
;; Kept around for now. See discussion at:
;; https://lists.gnu.org/r/emacs-devel/2020-08/msg00564.html
(declare (obsolete called-interactively-p "23.2"))
(called-interactively-p 'interactive))