1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 15:00:34 -08:00

; Delete redundant defvar

* lisp/emacs-lisp/lisp-mnt.el (report-emacs-bug-address): Delete
redudant defvar.
This commit is contained in:
Stefan Kangas 2025-02-11 06:28:03 +01:00
parent e6a2256c8b
commit 644476dc85

View file

@ -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."