summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-21 23:38:39 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-06-21 23:38:39 +0200
commit11335f0ec0cda0db5568ff2a28e2eec818bfb14f (patch)
treee8d3fe4b8cf63bea3306c4a1e35002136ba4fa9e
parent267af5e2fb8b95f9bfc1ba5b1a1a7e4ded8d0115 (diff)
downloadorg-mode-11335f0ec0cda0db5568ff2a28e2eec818bfb14f.tar.gz
org-rmail: Use lexical binding
-rw-r--r--lisp/org-rmail.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org-rmail.el b/lisp/org-rmail.el
index 5cd85bd..0bf44b8 100644
--- a/lisp/org-rmail.el
+++ b/lisp/org-rmail.el
@@ -1,4 +1,4 @@
-;;; org-rmail.el --- Support for links to Rmail messages from within Org-mode
+;;; org-rmail.el --- Support for Links to Rmail Messages -*- lexical-binding: t; -*-
;; Copyright (C) 2004-2016 Free Software Foundation, Inc.
@@ -24,9 +24,9 @@
;;
;;; Commentary:
-;; This file implements links to Rmail messages from within Org-mode.
-;; Org-mode loads this module by default - if this is not what you want,
-;; configure the variable `org-modules'.
+;; This file implements links to Rmail messages from within Org mode.
+;; Org mode loads this module by default - if this is not what you
+;; want, configure the variable `org-modules'.
;;; Code: