From 644476dc85974c1cd5bff3a3094cc4941c1ca9ff 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. --- 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 daa20cb29cf..111d512ef59 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -668,8 +668,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."