emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 67650c9c11a: Mark unused macro defun-gmm obsolete


From: Stefan Kangas
Subject: master 67650c9c11a: Mark unused macro defun-gmm obsolete
Date: Sun, 6 Aug 2023 05:20:09 -0400 (EDT)

branch: master
commit 67650c9c11a0afe33e2a27a8669b6925a6606212
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]