(epa-file-insert-file-contents): Fix typo.
authorDaiki Ueno <ueno@unixuser.org>
Tue, 30 Sep 2008 07:41:49 +0000 (07:41 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Tue, 30 Sep 2008 07:41:49 +0000 (07:41 +0000)
lisp/ChangeLog
lisp/epa-file.el

index ce27599..189eb55 100644 (file)
@@ -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.
index f621a53..abc5bde 100644 (file)
       (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))