Mark unused macro defun-gmm obsolete

* lisp/gnus/gmm-utils.el (defun-gmm): Mark as obsolete.
This commit is contained in:
Stefan Kangas 2023-08-06 11:19:27 +02:00
parent 20df82fd43
commit 67650c9c11

View file

@ -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)