diff options
| author | Eli Zaretskii | 2008-05-08 11:24:15 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-05-08 11:24:15 +0000 |
| commit | 3fe687288678f10dd6697a2daf86cd15340fc6bb (patch) | |
| tree | e8f45b35b057d13e722ef774f80be7082ff26ccf /lisp/epa-file.el | |
| parent | 8900c52ceeeb46301967ec8b3f0e0101be684a82 (diff) | |
| download | emacs-3fe687288678f10dd6697a2daf86cd15340fc6bb.tar.gz emacs-3fe687288678f10dd6697a2daf86cd15340fc6bb.zip | |
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 @@ | |||
| 22 | ;;; Code: | 22 | ;;; Code: |
| 23 | 23 | ||
| 24 | (require 'epa) | 24 | (require 'epa) |
| 25 | (require 'epa-file-hook) | 25 | (require 'epa-hook) |
| 26 | 26 | ||
| 27 | (defcustom epa-file-cache-passphrase-for-symmetric-encryption nil | 27 | (defcustom epa-file-cache-passphrase-for-symmetric-encryption nil |
| 28 | "If non-nil, cache passphrase for symmetric encryption." | 28 | "If non-nil, cache passphrase for symmetric encryption." |