From b1c05d51696489026705291766b5f01fd7fccff5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 21 Jun 2016 22:34:25 +0200 Subject: [PATCH] org-eshell: Use lexical binding --- lisp/org-eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-eshell.el b/lisp/org-eshell.el index 9c1c4a1b0..1ed9e07bb 100644 --- a/lisp/org-eshell.el +++ b/lisp/org-eshell.el @@ -1,4 +1,4 @@ -;;; org-eshell.el - Support for links to working directories in eshell +;;; org-eshell.el - Support for Links to Working Directories in Eshell -*- lexical-binding: t; -*- ;; Copyright (C) 2011-2016 Free Software Foundation, Inc. -- 2.11.4.GIT