summaryrefslogtreecommitdiff
path: root/lisp/epa-file.el
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@unixuser.org>2008-09-30 07:41:49 +0000
committerDaiki Ueno <ueno@unixuser.org>2008-09-30 07:41:49 +0000
commit6ea97db8f348952c727231bf21114d87873ed8d2 (patch)
tree8352ef01923fd01c7b88c35076e41277dd4d0772 /lisp/epa-file.el
parent9b3568e17d740cb62e7c26ad08075f18a0bf50cc (diff)
downloademacs-6ea97db8f348952c727231bf21114d87873ed8d2.tar.gz
(epa-file-insert-file-contents): Fix typo.
Diffstat (limited to 'lisp/epa-file.el')
-rw-r--r--lisp/epa-file.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa-file.el b/lisp/epa-file.el
index f621a53e0f1..abc5bde7277 100644
--- a/lisp/epa-file.el
+++ b/lisp/epa-file.el
@@ -104,7 +104,7 @@
(error "Attempt to visit less than an entire file"))
(setq file (expand-file-name file))
(let* ((local-copy
- (condition-case inl
+ (condition-case nil
(epa-file-run-real-handler #'file-local-copy (list file))
(error)))
(local-file (or local-copy file))