diff lisp/epa-hook.el @ 94755:14eda1195ec3

Provide/require epa-hook, not epa-file-hook.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 08 May 2008 11:22:59 +0000
parents 73a86a36a458
children 2b066c2202f5
line wrap: on
line diff
--- 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