mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(lm-report-bug): Use
report-emacs-bug-address instead of undefined bug-gnu-emacs.
This commit is contained in:
parent
b6895193b7
commit
6d38633e33
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ Prompts for bug subject TOPIC. Leaves you in a mail buffer."
|
|||
(mail nil
|
||||
(if addr
|
||||
(concat (car addr) " <" (cdr addr) ">")
|
||||
bug-gnu-emacs)
|
||||
report-emacs-bug-address)
|
||||
topic)
|
||||
(goto-char (point-max))
|
||||
(insert "\nIn "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue