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/expand.el | |
parent | c617b4bf1e50bf33f0016bbcd5f502cc88150f26 (diff) | |
download | emacs-dd5ea0a068ce72277b9e06427063bf059ed1d03c.tar.gz |
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/expand.el')
-rw-r--r-- | lisp/expand.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/expand.el b/lisp/expand.el index 0c4d343090c..da76effc260 100644 --- a/lisp/expand.el +++ b/lisp/expand.el @@ -66,9 +66,6 @@ ;; Jerome Santini <santini@chambord.univ-orleans.fr>, ;; Jari Aalto <jaalto@tre.tele.nokia.fi>. ;; -;; Please send me a word to give me your feeling about this feature or -;; to explain me how you use it (your expansions table for example) using -;; the function expand-submit-report. ;;; Code: ;;; Constants: |