changeset 94753:b4b4a4b9fdb5

("epa-hook"): Load epa-hook instead of epa-file-hook.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 08 May 2008 11:15:22 +0000
parents 73a86a36a458
children 18cdbaa70a28
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Thu May 08 11:05:25 2008 +0000
+++ b/lisp/loadup.el	Thu May 08 11:15:22 2008 +0000
@@ -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")