/[emacs]/emacs/lisp/calc/calc-misc.el
ViewVC logotype

Diff of /emacs/lisp/calc/calc-misc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by walters, Thu Nov 22 07:58:35 2001 UTC revision 1.7 by walters, Thu Nov 22 20:34:30 2001 UTC
# Line 799  loaded and the keystroke automatically r Line 799  loaded and the keystroke automatically r
799    
800  ;;; Bug reporting  ;;; Bug reporting
801    
802  (defun report-calc-bug (topic)  (defun report-calc-bug ()
803    "Report a bug in Calc, the GNU Emacs calculator.    "Report a bug in Calc, the GNU Emacs calculator.
804  Prompts for bug subject.  Leaves you in a mail buffer."  Prompts for bug subject.  Leaves you in a mail buffer."
805    (interactive "sBug Subject: ")    (interactive)
806    (reporter-submit-bug-report calc-bug-address "Calc" '(calc-version)    (let ((reporter-prompt-for-summary-p t))
807                                nil nil      (reporter-submit-bug-report calc-bug-address "Calc" '(calc-version)
808  "Please describe exactly what actions triggered the bug and the                                  nil nil
809                                    "Please describe exactly what actions triggered the bug and the
810  precise symptoms of the bug.  If possible, include a backtrace by  precise symptoms of the bug.  If possible, include a backtrace by
811  doing 'M-x toggle-debug-on-error', then reproducing the bug.  doing 'M-x toggle-debug-on-error', then reproducing the bug.
812  " ))  " )))
813  (defalias 'calc-report-bug 'report-calc-bug)  (defalias 'calc-report-bug 'report-calc-bug)
814    
815  ;;; calc-misc.el ends here  ;;; calc-misc.el ends here

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26