1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(epa-file-insert-file-contents): Fix typo.

This commit is contained in:
Daiki Ueno 2008-09-30 07:41:49 +00:00
parent 9b3568e17d
commit 6ea97db8f3
2 changed files with 5 additions and 1 deletions

View file

@ -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))