diff options
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc-misc.el | 16 | ||||
| -rw-r--r-- | lisp/calc/calc.el | 4 |
2 files changed, 5 insertions, 15 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." | |||
| 943 | ;;; Bug reporting | 943 | ;;; Bug reporting |
| 944 | 944 | ||
| 945 | ;;;###autoload | 945 | ;;;###autoload |
| 946 | (defun report-calc-bug () | 946 | (define-obsolete-function-alias 'report-calc-bug 'report-emacs-bug "26.2") |
| 947 | "Report a bug in Calc, the GNU Emacs calculator. | 947 | ;;;###autoload |
| 948 | Prompts for bug subject. Leaves you in a mail buffer." | 948 | (define-obsolete-function-alias 'calc-report-bug 'report-emacs-bug "26.2") |
| 949 | (interactive) | ||
| 950 | (let ((reporter-prompt-for-summary-p t)) | ||
| 951 | (reporter-submit-bug-report calc-bug-address "Calc" | ||
| 952 | nil nil nil | ||
| 953 | "Please describe exactly what actions triggered the bug and the | ||
| 954 | precise symptoms of the bug. If possible, include a backtrace by | ||
| 955 | doing `\\[toggle-debug-on-error]', then reproducing the bug. | ||
| 956 | " ))) | ||
| 957 | ;;;###autoload | ||
| 958 | (defalias 'calc-report-bug 'report-calc-bug) | ||
| 959 | 949 | ||
| 960 | (provide 'calc-misc) | 950 | (provide 'calc-misc) |
| 961 | 951 | ||
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 364b44bfcfe..c79db821eb6 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -486,8 +486,8 @@ to be identified as that note." | |||
| 486 | "Face used to show the selected portion of a formula." | 486 | "Face used to show the selected portion of a formula." |
| 487 | :group 'calc) | 487 | :group 'calc) |
| 488 | 488 | ||
| 489 | (defvar calc-bug-address "emacs-devel@gnu.org" | 489 | (define-obsolete-variable-alias 'calc-bug-address 'report-emacs-bug-address |
| 490 | "Address of the maintainer of Calc, for use by `report-calc-bug'.") | 490 | "26.2") |
| 491 | 491 | ||
| 492 | (defvar calc-scan-for-dels t | 492 | (defvar calc-scan-for-dels t |
| 493 | "If t, scan keymaps to find all DEL-like keys. | 493 | "If t, scan keymaps to find all DEL-like keys. |