diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:28:10 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-16 14:54:02 +0200 |
commit | 289ec2d911c0a723c0c131ac9cf3407c71a4b15c (patch) | |
tree | 4f4f3ab2e6850dcda590c45ad6b84b3eed91eeb7 /lisp/gnus/gnus-registry.el | |
parent | fcd1943bfe9e384e91e2fb87c72b827ac28f05ef (diff) | |
download | emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.gz emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.tar.bz2 emacs-289ec2d911c0a723c0c131ac9cf3407c71a4b15c.zip |
; Remove some useless comments
Diffstat (limited to 'lisp/gnus/gnus-registry.el')
-rw-r--r-- | lisp/gnus/gnus-registry.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index 6ac646fbeac..11b6f7ddf07 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el @@ -1298,8 +1298,6 @@ from your existing entries." (gnus-registry-insert db k newv))) (registry-reindex db)))) -;; TODO: a few things - (provide 'gnus-registry) ;;; gnus-registry.el ends here |