mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
org-rmail: Use lexical binding
This commit is contained in:
parent
267af5e2fb
commit
11335f0ec0
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user