emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/epa-file.el,v


From: Daiki Ueno
Subject: [Emacs-diffs] Changes to emacs/lisp/epa-file.el,v
Date: Tue, 30 Sep 2008 07:41:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Daiki Ueno <ueno>       08/09/30 07:41:53

Index: epa-file.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/epa-file.el,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- epa-file.el 2 Jun 2008 05:26:26 -0000       1.13
+++ epa-file.el 30 Sep 2008 07:41:52 -0000      1.14
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]