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

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

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