]> git.eshelyaron.com Git - emacs.git/commitdiff
(lm-report-bug): Use
authorAndreas Schwab <schwab@suse.de>
Fri, 30 Oct 1998 10:58:37 +0000 (10:58 +0000)
committerAndreas Schwab <schwab@suse.de>
Fri, 30 Oct 1998 10:58:37 +0000 (10:58 +0000)
report-emacs-bug-address instead of undefined bug-gnu-emacs.

lisp/emacs-lisp/lisp-mnt.el

index 9aebbf8d02d869bae73ced1a695209d1543bae0a..a9a43d8ccdd74c5d3c9c05e629ca8ebd97f0e37f 100644 (file)
@@ -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 "