From 6d38633e33a7888609429f81039e13ee6b53816d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 30 Oct 1998 10:58:37 +0000 Subject: [PATCH] (lm-report-bug): Use report-emacs-bug-address instead of undefined bug-gnu-emacs. --- lisp/emacs-lisp/lisp-mnt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " -- 2.39.2