]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove outdated comments from ietf-drums.el
authorBob Rogers <rogers-emacs@rgrjr.homedns.org>
Sun, 6 Feb 2022 23:08:36 +0000 (00:08 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Feb 2022 23:08:36 +0000 (00:08 +0100)
* lisp/mail/ietf-drums.el: Remove outdated comments (bug#53811).

lisp/mail/ietf-drums.el

index 473f95ca5036de194b07f0f5f6a1075ebc128878..db77aba172fb66c31bf99015caceec001b209a60 100644 (file)
 ;; library is based on draft-ietf-drums-msg-fmt-05.txt, released on
 ;; 1998-08-05.
 
-;; Pending a real regression self test suite, Simon Josefsson added
-;; various self test expressions snipped from bug reports, and their
-;; expected value, below.  I you believe it could be useful, please
-;; add your own test cases, or write a real self test suite, or just
-;; remove this.
-
-;; <m3oekvfd50.fsf@whitebox.m5r.de>
-;; (ietf-drums-parse-address "'foo' <foo@example.com>")
-;; => ("foo@example.com" . "'foo'")
-
 ;;; Code:
 
 (eval-when-compile (require 'cl-lib))