summaryrefslogtreecommitdiff
path: root/lisp/epa-hook.el
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2011-04-04 15:16:23 +0900
committerDaiki Ueno <ueno@unixuser.org>2011-04-04 15:16:23 +0900
commit74f5069555f43cc0f067517e8fe3550622a522c6 (patch)
tree8c815deced09919441546cd8afd943d3ef82023b /lisp/epa-hook.el
parentf84c17c70c7690fef20ec88c540f1827b3a7790c (diff)
downloademacs-74f5069555f43cc0f067517e8fe3550622a522c6.tar.gz
Use lexical binding in ep[ga]*.el.
* epa-dired.el: * epa-mail.el: * epa-hook.el: * epa-file.el: * epa.el: * epg.el: Use lexical binding.
Diffstat (limited to 'lisp/epa-hook.el')
-rw-r--r--lisp/epa-hook.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa-hook.el b/lisp/epa-hook.el
index 1dbc95bb7d5..652ab19ba65 100644
--- a/lisp/epa-hook.el
+++ b/lisp/epa-hook.el
@@ -1,4 +1,4 @@
-;;; epa-hook.el --- preloaded code to enable epa-file.el
+;;; epa-hook.el --- preloaded code to enable epa-file.el -*- lexical-binding: t -*-
;; Copyright (C) 2006-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <ueno@unixuser.org>