projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20df82f
)
Mark unused macro defun-gmm obsolete
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 6 Aug 2023 09:19:27 +0000
(11:19 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 6 Aug 2023 09:19:56 +0000
(11:19 +0200)
* lisp/gnus/gmm-utils.el (defun-gmm): Mark as obsolete.
lisp/gnus/gmm-utils.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gmm-utils.el
b/lisp/gnus/gmm-utils.el
index 2fc89681ba519ebaa8e9edd90ef63e03add59c93..c0651e3dbfcdac401fea7ece8fc4e8aedd74fb63 100644
(file)
--- 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)