emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 61497de: ; * lisp/subr.el (interactive-p): Note to not remove in


From: Stefan Kangas
Subject: master 61497de: ; * lisp/subr.el (interactive-p): Note to not remove in a hurry.
Date: Sun, 6 Dec 2020 04:38:01 -0500 (EST)

branch: master
commit 61497defb42e84a7ca32774a0ac16b30789f91d8
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/subr.el (interactive-p): Note to not remove in a hurry.
---
 lisp/subr.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/subr.el b/lisp/subr.el
index 4b75268..cf41f77 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]