diff options
| author | Stefan Kangas | 2020-04-26 01:27:23 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-26 11:02:23 +0200 |
| commit | 5e4fc5b69b28ef1a7f7f39d0b11c2b509fe9c1d6 (patch) | |
| tree | 483d2f34294db4796ce4153dc145353066a3ee0d /lisp | |
| parent | 24849c1b8d348379203c07c400bedfd42059963f (diff) | |
| download | emacs-5e4fc5b69b28ef1a7f7f39d0b11c2b509fe9c1d6.tar.gz emacs-5e4fc5b69b28ef1a7f7f39d0b11c2b509fe9c1d6.zip | |
Use lexical-binding for rfc2045.el and add tests
* lisp/mail/rfc2045.el: Use-lexical-binding.
* test/lisp/mail/rfc2045-tests.el: New file.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/rfc2045.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rfc2045.el b/lisp/mail/rfc2045.el index 7d962ea2348..dba9c04cc83 100644 --- a/lisp/mail/rfc2045.el +++ b/lisp/mail/rfc2045.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers | 1 | ;;; rfc2045.el --- Functions for decoding rfc2045 headers -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||