; * lisp/subr.el (interactive-p): Note to not remove in a hurry.
This commit is contained in:
parent
ba02ac89e6
commit
61497defb4
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue