emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el
Date: Thu, 22 Nov 2001 02:58:36 -0500

Index: emacs/lisp/calc/calc-misc.el
diff -u emacs/lisp/calc/calc-misc.el:1.5 emacs/lisp/calc/calc-misc.el:1.6
--- emacs/lisp/calc/calc-misc.el:1.5    Thu Nov 22 01:03:24 2001
+++ emacs/lisp/calc/calc-misc.el        Thu Nov 22 02:58:35 2001
@@ -797,19 +797,18 @@
       nil)))
 
 
-
-
-
 ;;; Bug reporting
 
 (defun report-calc-bug (topic)
   "Report a bug in Calc, the GNU Emacs calculator.
 Prompts for bug subject.  Leaves you in a mail buffer."
   (interactive "sBug Subject: ")
-  (mail nil calc-bug-address topic)
-  (goto-char (point-max))
-  (insert "\nIn Calc " calc-version ", Emacs " (emacs-version) "\n\n")
-  (message (substitute-command-keys "Type \\[mail-send] to send bug report")))
+  (reporter-submit-bug-report calc-bug-address "Calc" '(calc-version)
+                             nil nil
+"Please describe exactly what actions triggered the bug and the
+precise symptoms of the bug.  If possible, include a backtrace by
+doing 'M-x toggle-debug-on-error', then reproducing the bug.
+" ))
 (defalias 'calc-report-bug 'report-calc-bug)
 
 ;;; calc-misc.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]