changeset 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 f9404a9a3053
children 3fd1ad09bae4
files lisp/ChangeLog lisp/epa-file.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 30 03:42:56 2008 +0000
+++ b/lisp/ChangeLog	Tue Sep 30 07:41:49 2008 +0000
@@ -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.
--- 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))