]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark unused macro defun-gmm obsolete
authorStefan Kangas <stefankangas@gmail.com>
Sun, 6 Aug 2023 09:19:27 +0000 (11:19 +0200)
committerStefan 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

index 2fc89681ba519ebaa8e9edd90ef63e03add59c93..c0651e3dbfcdac401fea7ece8fc4e8aedd74fb63 100644 (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)