2008-05-08 Eli Zaretskii <eliz@gnu.org>
+ * epa-file.el: Require epa-hook.
+
* loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
* epa-hook.el: Renamed from epa-file-hook.el, to avoid
- file-names clashes on 8+3 filesystems.
+ file-names clashes on 8+3 filesystems. Provide epa-hook.
* org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
file-names clashes on 8+3 filesystems.
;;; 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."
(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