diff options
author | Daiki Ueno <ueno@unixuser.org> | 2011-04-04 15:16:23 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2011-04-04 15:16:23 +0900 |
commit | 74f5069555f43cc0f067517e8fe3550622a522c6 (patch) | |
tree | 8c815deced09919441546cd8afd943d3ef82023b /lisp/epa-file.el | |
parent | f84c17c70c7690fef20ec88c540f1827b3a7790c (diff) | |
download | emacs-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-file.el')
-rw-r--r-- | lisp/epa-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa-file.el b/lisp/epa-file.el index b0f9d2dffb2..aa9915d8cfa 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el @@ -1,4 +1,4 @@ -;;; epa-file.el --- the EasyPG Assistant, transparent file encryption +;;; epa-file.el --- the EasyPG Assistant, transparent file encryption -*- lexical-binding: t -*- ;; Copyright (C) 2006-2011 Free Software Foundation, Inc. ;; Author: Daiki Ueno <ueno@unixuser.org> |