From 67650c9c11a0afe33e2a27a8669b6925a6606212 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 6 Aug 2023 11:19:27 +0200 Subject: [PATCH] Mark unused macro defun-gmm obsolete * lisp/gnus/gmm-utils.el (defun-gmm): Mark as obsolete. --- lisp/gnus/gmm-utils.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el index 2fc89681ba5..c0651e3dbfc 100644 --- a/lisp/gnus/gmm-utils.el +++ b/lisp/gnus/gmm-utils.el @@ -200,7 +200,8 @@ DEFAULT-MAP specifies the default key map for ICON-LIST." "Create function NAME. If FUNCTION exists, then NAME becomes an alias for FUNCTION. Otherwise, create function NAME with ARG-LIST and BODY." - (declare (indent defun)) + (declare (obsolete nil "30.1") + (indent defun)) (let ((defined-p (fboundp function))) (if defined-p `(defalias ',name ',function) -- 2.39.2