]> git.eshelyaron.com Git - emacs.git/commit
Refactor rfc2047-fold-region slightly and add a couple of tests
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Jul 2019 13:48:34 +0000 (15:48 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Jul 2019 13:48:34 +0000 (15:48 +0200)
commit4438459eaa6cccdac2cfcc8f7d5f248bfe8d1edf
treec27964fd802ef038874eef5dd38a773f61dee16c
parentc281b9a121a251b19e3e90b67ca85fbe834b3bc2
Refactor rfc2047-fold-region slightly and add a couple of tests

* lisp/mail/rfc2047.el (rfc2047--break-line): Refactor out to
avoid code repetition...
(rfc2047-fold-region): ... from this function.
lisp/mail/rfc2047.el
test/lisp/mail/rfc2047-tests.el [new file with mode: 0644]