summaryrefslogtreecommitdiff
path: root/lisp/epa-mail.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-mail.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-mail.el')
-rw-r--r--lisp/epa-mail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/epa-mail.el b/lisp/epa-mail.el
index 6e358541118..a3f11f78675 100644
--- a/lisp/epa-mail.el
+++ b/lisp/epa-mail.el
@@ -1,4 +1,4 @@
-;;; epa-mail.el --- the EasyPG Assistant, minor-mode for mail composer
+;;; epa-mail.el --- the EasyPG Assistant, minor-mode for mail composer -*- lexical-binding: t -*-
;; Copyright (C) 2006-2011 Free Software Foundation, Inc.
;; Author: Daiki Ueno <ueno@unixuser.org>
@@ -117,7 +117,7 @@ Don't use this command in Lisp programs!"
(save-excursion
(let ((verbose current-prefix-arg)
(context (epg-make-context epa-protocol))
- recipients-string recipients recipient-key)
+ recipients-string recipients recipient-key sign)
(goto-char (point-min))
(save-restriction
(narrow-to-region (point)