diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-05-26 18:08:01 +0200 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-05-28 08:12:17 -0400 |
commit | dd5ea0a068ce72277b9e06427063bf059ed1d03c (patch) | |
tree | 00df7f7f705f6e10105fc45650e39eae24223775 /lisp/calc | |
parent | c617b4bf1e50bf33f0016bbcd5f502cc88150f26 (diff) | |
download | emacs-dd5ea0a068ce72277b9e06427063bf059ed1d03c.tar.gz emacs-dd5ea0a068ce72277b9e06427063bf059ed1d03c.tar.bz2 emacs-dd5ea0a068ce72277b9e06427063bf059ed1d03c.zip |
Cleanup of TODO to prefer report-emacs-bug
* etc/TODO: Remove already completed removal of `report-calc-bug'.
* lisp/calc/calc.el: Remove any mention of `report-calc-bug'.
* lisp/epg-config.el: Redefine `epg-bug-report-address' as obsolete
variable alias for `report-emacs-bug-address'.
* lisp/expand.el: Remove any mention of `expand-submit-report'.
* lisp/obsolete/fast-lock.el: Remove commented out code for
`fast-lock-submit-bug-report'.
Diffstat (limited to 'lisp/calc')
-rw-r--r-- | lisp/calc/calc.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 35f13f9656a..1496a741abd 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -37,13 +37,12 @@ ;; work for the foreseeable future. ;; ;; Bug reports and suggestions are always welcome! (Type M-x -;; report-calc-bug to send them). +;; report-emacs-bug to send them). ;; All functions, macros, and Lisp variables defined here begin with one ;; of the prefixes "math", "Math", or "calc", with the exceptions of ;; "full-calc", "full-calc-keypad", "another-calc", "quick-calc", -;; "report-calc-bug", and "defmath". User-accessible variables begin -;; with "var-". +;; and "defmath". User-accessible variables begin with "var-". ;;; TODO: |