]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete redundant defvar
authorStefan Kangas <stefankangas@gmail.com>
Tue, 11 Feb 2025 05:28:03 +0000 (06:28 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Feb 2025 10:43:06 +0000 (11:43 +0100)
* lisp/emacs-lisp/lisp-mnt.el (report-emacs-bug-address): Delete
redudant defvar.

(cherry picked from commit 644476dc85974c1cd5bff3a3094cc4941c1ca9ff)

lisp/emacs-lisp/lisp-mnt.el

index 826fac0b64463684043671972e4265b118293e53..be05b1dfaecd9cd1826ba7bac88cd083f877620d 100644 (file)
@@ -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."