From dd5ea0a068ce72277b9e06427063bf059ed1d03c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 26 May 2019 18:08:01 +0200 Subject: 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'. --- lisp/calc/calc.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lisp/calc') 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: -- cgit v1.2.3