mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
Provide/require epa-hook, not epa-file-hook.
This commit is contained in:
parent
8900c52cee
commit
3fe6872886
3 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,11 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue