diff options
author | Andreas Schwab <schwab@suse.de> | 1998-10-30 10:58:37 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-10-30 10:58:37 +0000 |
commit | 6d38633e33a7888609429f81039e13ee6b53816d (patch) | |
tree | c9c64965a2c1339c84566bc85592f5f8ba321ce2 /lisp/emacs-lisp | |
parent | b6895193b78a955e61aabc54a28cfd7bdf010646 (diff) | |
download | emacs-6d38633e33a7888609429f81039e13ee6b53816d.tar.gz emacs-6d38633e33a7888609429f81039e13ee6b53816d.tar.bz2 emacs-6d38633e33a7888609429f81039e13ee6b53816d.zip |
(lm-report-bug): Use
report-emacs-bug-address instead of undefined bug-gnu-emacs.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index 9aebbf8d02d..a9a43d8ccdd 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -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 " |