diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-27 03:51:57 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-27 03:51:57 +0100 |
commit | 8916ea7f98a8dae9674c142d2774431f7f6846a9 (patch) | |
tree | 34083831fa0319ec9ca7d5a6756a70d9d56fc9dd /lisp/mail/mail-parse.el | |
parent | 25a57640c59e1630ad31b766a7a92abab856a284 (diff) | |
download | emacs-8916ea7f98a8dae9674c142d2774431f7f6846a9.tar.gz emacs-8916ea7f98a8dae9674c142d2774431f7f6846a9.tar.bz2 emacs-8916ea7f98a8dae9674c142d2774431f7f6846a9.zip |
* lisp/mail/mail-parse.el: Use lexical-binding.
Diffstat (limited to 'lisp/mail/mail-parse.el')
-rw-r--r-- | lisp/mail/mail-parse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mail-parse.el b/lisp/mail/mail-parse.el index 894313633da..e0274c8a11b 100644 --- a/lisp/mail/mail-parse.el +++ b/lisp/mail/mail-parse.el @@ -1,4 +1,4 @@ -;;; mail-parse.el --- Interface functions for parsing mail +;;; mail-parse.el --- Interface functions for parsing mail -*- lexical-binding: t -*- ;; Copyright (C) 1998-2020 Free Software Foundation, Inc. |