diff options
| author | Glenn Morris <rgm@gnu.org> | 2018-09-03 10:28:07 -0700 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2018-09-03 10:28:07 -0700 |
| commit | ddc7c648d2cba328f8812c678fbae23d96dfaf49 (patch) | |
| tree | b7468bb85f6ba2b2c8235f42f808b7aa185407f3 /lisp/calc/calc-misc.el | |
| parent | f9efbb599f9f8b3dc4ef8603cdfcd0c3b4a23a29 (diff) | |
| download | emacs-ddc7c648d2cba328f8812c678fbae23d96dfaf49.tar.gz | |
Standardize calc bug reporting instructions
* doc/misc/calc.texi (Reporting Bugs): Use standard commands.
* lisp/calc/calc-misc.el (report-calc-bug, calc-report-bug):
* lisp/calc/calc.el (calc-bug-address): Change to be
obsolete aliases for standard Emacs bug reporting items.
Diffstat (limited to 'lisp/calc/calc-misc.el')
| -rw-r--r-- | lisp/calc/calc-misc.el | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lisp/calc/calc-misc.el b/lisp/calc/calc-misc.el index 29e85104131..6543920d07e 100644 --- a/lisp/calc/calc-misc.el +++ b/lisp/calc/calc-misc.el @@ -943,19 +943,9 @@ loaded and the keystroke automatically re-typed." ;;; Bug reporting ;;;###autoload -(defun report-calc-bug () - "Report a bug in Calc, the GNU Emacs calculator. -Prompts for bug subject. Leaves you in a mail buffer." - (interactive) - (let ((reporter-prompt-for-summary-p t)) - (reporter-submit-bug-report calc-bug-address "Calc" - nil nil nil - "Please describe exactly what actions triggered the bug and the -precise symptoms of the bug. If possible, include a backtrace by -doing `\\[toggle-debug-on-error]', then reproducing the bug. -" ))) -;;;###autoload -(defalias 'calc-report-bug 'report-calc-bug) +(define-obsolete-function-alias 'report-calc-bug 'report-emacs-bug "26.2") +;;;###autoload +(define-obsolete-function-alias 'calc-report-bug 'report-emacs-bug "26.2") (provide 'calc-misc) |
