summaryrefslogtreecommitdiff
path: root/lisp/epa-hook.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-05-08 11:24:15 +0000
committerEli Zaretskii <eliz@gnu.org>2008-05-08 11:24:15 +0000
commit3fe687288678f10dd6697a2daf86cd15340fc6bb (patch)
treee8f45b35b057d13e722ef774f80be7082ff26ccf /lisp/epa-hook.el
parent8900c52ceeeb46301967ec8b3f0e0101be684a82 (diff)
downloademacs-3fe687288678f10dd6697a2daf86cd15340fc6bb.tar.gz
Provide/require epa-hook, not epa-file-hook.
Diffstat (limited to 'lisp/epa-hook.el')
-rw-r--r--lisp/epa-hook.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa-hook.el b/lisp/epa-hook.el
index 57c5304c45f..a84308fbe3f 100644
--- a/lisp/epa-hook.el
+++ b/lisp/epa-hook.el
@@ -102,7 +102,7 @@ Return the new status of auto encryption (non-nil means on)."
(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