changeset 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 18cdbaa70a28
children 9a70fdeb8f48
files lisp/epa-file.el lisp/epa-hook.el
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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."
--- 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