summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-registry.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-10-05 15:17:41 +0200
committerStefan Kangas <stefan@marxist.se>2021-10-05 15:19:51 +0200
commit4bf532ee82473740cfd43c66ecbfe6cfddf99df9 (patch)
treeaabe85e48aba74fc36dbf074e08d6779dfd2473f /lisp/gnus/gnus-registry.el
parentf6901aebad31bce473cf2d438ffec2473d2df05b (diff)
downloademacs-4bf532ee82473740cfd43c66ecbfe6cfddf99df9.tar.gz
Make two old function aliases obsolete
* lisp/textmodes/bibtex.el (bibtex-find-crossref) (bibtex-find-entry): Make function aliases obsolete. These were left behind when renaming functions, but never declared obsolete.
Diffstat (limited to 'lisp/gnus/gnus-registry.el')
-rw-r--r--lisp/gnus/gnus-registry.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el
index 9b76f983227..11913a213bd 100644
--- a/lisp/gnus/gnus-registry.el
+++ b/lisp/gnus/gnus-registry.el
@@ -1142,7 +1142,7 @@ non-nil."
entry)
(while (car-safe old)
(cl-incf count)
- ;; don't use progress reporters for backwards compatibility
+ ;; todo: use progress reporters.
(when (and (< 0 expected)
(= 0 (mod count 100)))
(message "importing: %d of %d (%.2f%%)"