diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-05-08 11:24:15 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-05-08 11:24:15 +0000 |
commit | 3fe687288678f10dd6697a2daf86cd15340fc6bb (patch) | |
tree | e8f45b35b057d13e722ef774f80be7082ff26ccf /lisp/epa-file.el | |
parent | 8900c52ceeeb46301967ec8b3f0e0101be684a82 (diff) | |
download | emacs-3fe687288678f10dd6697a2daf86cd15340fc6bb.tar.gz |
Provide/require epa-hook, not epa-file-hook.
Diffstat (limited to 'lisp/epa-file.el')
-rw-r--r-- | lisp/epa-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa-file.el b/lisp/epa-file.el index ce0fe74962b..25edba5a2dc 100644 --- a/lisp/epa-file.el +++ b/lisp/epa-file.el @@ -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." |