("epa-hook"): Load epa-hook instead of epa-file-hook.
This commit is contained in:
parent
8691412347
commit
8900c52cee
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue