From 3c5d215274e0ff237bfe69b8fa0cf84cd27031e5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 21 Jun 2016 23:01:52 +0200 Subject: [PATCH] org-mhe: Use lexical binding --- lisp/org-mhe.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-mhe.el b/lisp/org-mhe.el index 1c694ed57..2ee21dec3 100644 --- a/lisp/org-mhe.el +++ b/lisp/org-mhe.el @@ -1,4 +1,4 @@ -;;; org-mhe.el --- Support for links to MH-E messages from within Org-mode +;;; org-mhe.el --- Support for Links to MH-E Messages -*- lexical-binding: t; -*- ;; Copyright (C) 2004-2016 Free Software Foundation, Inc.