# HG changeset patch # User Eli Zaretskii # Date 1210245779 0 # Node ID 14eda1195ec35b5e1a20930ed70b02e8c7f69a5c # Parent 18cdbaa70a2860e62cb0f47944254a9a1cd180e3 Provide/require epa-hook, not epa-file-hook. diff -r 18cdbaa70a28 -r 14eda1195ec3 lisp/epa-file.el --- a/lisp/epa-file.el Thu May 08 11:16:22 2008 +0000 +++ b/lisp/epa-file.el Thu May 08 11:22:59 2008 +0000 @@ -22,7 +22,7 @@ ;;; Code: (require 'epa) -(require 'epa-file-hook) +(require 'epa-hook) (defcustom epa-file-cache-passphrase-for-symmetric-encryption nil "If non-nil, cache passphrase for symmetric encryption." diff -r 18cdbaa70a28 -r 14eda1195ec3 lisp/epa-hook.el --- a/lisp/epa-hook.el Thu May 08 11:16:22 2008 +0000 +++ b/lisp/epa-hook.el Thu May 08 11:22:59 2008 +0000 @@ -102,7 +102,7 @@ (put 'epa-file-handler 'safe-magic t) (put 'epa-file-handler 'operations '(write-region insert-file-contents)) -(provide 'epa-file-hook) +(provide 'epa-hook) ;; arch-tag: f75c8a50-d32e-4eb3-9ec6-9e940c1fc8b5 ;;; epa-file-hook.el ends here