summaryrefslogtreecommitdiff
path: root/helm-eval.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-14 08:22:22 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-14 08:22:22 +0100
commit530d89feec28f4b6de714af268c2ef8b38dcdf22 (patch)
tree4672f724fdd0975b82f076dcc276052f4e9d0abb /helm-eval.el
parent1c18ec5cd4bd0a3a9bf10db20dcd113eb6e1dcf0 (diff)
Enable lexical-binding in all files.
Diffstat (limited to 'helm-eval.el')
-rw-r--r--helm-eval.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-eval.el b/helm-eval.el
index b318a233..c8d77728 100644
--- a/helm-eval.el
+++ b/helm-eval.el
@@ -1,4 +1,4 @@
-;;; helm-eval.el --- eval expressions from helm.
+;;; helm-eval.el --- eval expressions from helm. -*- lexical-binding: t -*-
;; Copyright (C) 2012 ~ 2013 Thierry Volpiatto <thierry.volpiatto@gmail.com>