("epa-hook"): Load epa-hook instead of epa-file-hook.

This commit is contained in:
Eli Zaretskii 2008-05-08 11:16:22 +00:00
parent 8691412347
commit 8900c52cee
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2008-05-08 Eli Zaretskii <eliz@gnu.org>
* 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.

View file

@ -93,7 +93,7 @@
(load "help")
(load "jka-cmpr-hook")
(load "epa-file-hook")
(load "epa-hook")
;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(load "international/mule-cmds")