("epa-hook"): Load epa-hook instead of epa-file-hook.
authorEli Zaretskii <eliz@gnu.org>
Thu, 8 May 2008 11:16:22 +0000 (11:16 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 8 May 2008 11:16:22 +0000 (11:16 +0000)
lisp/ChangeLog
lisp/loadup.el

index 97b84e2..ad8edc6 100644 (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.
 
index 44a73c9..805f82c 100644 (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")