diff options
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index fc86df1bc3b..68c0657df7f 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1803,7 +1803,7 @@ This function ensures that none of these modifications will take place." (symbol-function 'find-buffer-file-type) nil)) (inhibit-file-name-handlers - (append '(jka-compr-handler image-file-handler) + (append '(jka-compr-handler image-file-handler epa-file-handler) inhibit-file-name-handlers)) (inhibit-file-name-operation 'insert-file-contents)) (unwind-protect |
