summaryrefslogtreecommitdiff
path: root/lisp
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
parent9b3568e17d740cb62e7c26ad08075f18a0bf50cc (diff)
downloademacs-6ea97db8f348952c727231bf21114d87873ed8d2.tar.gz
(epa-file-insert-file-contents): Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/epa-file.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ce275997a5c..189eb553ebd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-30 Daiki Ueno <ueno@unixuser.org>
+
+ * epa-file.el (epa-file-insert-file-contents): Fix typo.
+
2008-09-30 Glenn Morris <rgm@gnu.org>
* progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
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))