Mark unused macro defun-gmm obsolete
* lisp/gnus/gmm-utils.el (defun-gmm): Mark as obsolete.
This commit is contained in:
parent
20df82fd43
commit
67650c9c11
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue