diff lisp/epa-file.el @ 98409:cb5ef7767703

(epa-file-insert-file-contents): Fix typo.
author Daiki Ueno <ueno@unixuser.org>
date Tue, 30 Sep 2008 07:41:49 +0000
parents e21a3997eb7c
children 4dfef179eed3
line wrap: on
line diff
--- a/lisp/epa-file.el	Tue Sep 30 03:42:56 2008 +0000
+++ b/lisp/epa-file.el	Tue Sep 30 07:41:49 2008 +0000
@@ -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))