diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2025-02-11 06:28:03 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2025-02-11 08:42:24 +0100 |
commit | 644476dc85974c1cd5bff3a3094cc4941c1ca9ff (patch) | |
tree | 3680854d961cba33d7cdc5b988c48b4d2a38e35b /lisp/emacs-lisp | |
parent | e6a2256c8b7357f9654a566e31647316f44780c3 (diff) | |
download | emacs-644476dc85974c1cd5bff3a3094cc4941c1ca9ff.tar.gz emacs-644476dc85974c1cd5bff3a3094cc4941c1ca9ff.tar.bz2 emacs-644476dc85974c1cd5bff3a3094cc4941c1ca9ff.zip |
; Delete redundant defvar
* lisp/emacs-lisp/lisp-mnt.el (report-emacs-bug-address): Delete
redudant defvar.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
1 files changed, 0 insertions, 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." |