From 7a51856324e353d24ae784c140c60d8efab2c7e4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 11 Feb 2025 06:28:03 +0100 Subject: [PATCH] ; Delete redundant defvar * lisp/emacs-lisp/lisp-mnt.el (report-emacs-bug-address): Delete redudant defvar. (cherry picked from commit 644476dc85974c1cd5bff3a3094cc4941c1ca9ff) --- lisp/emacs-lisp/lisp-mnt.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 826fac0b644..be05b1dfaec 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -673,8 +673,6 @@ which do not include a recognizable synopsis." (lm-summary)) (when must-kill (kill-buffer (current-buffer)))))))) -(defvar report-emacs-bug-address) - (defun lm-report-bug (topic) "Report a bug in the package currently being visited to its maintainer. Prompts for bug subject TOPIC. Leaves you in a mail buffer." -- 2.39.5