diff options
author | Daiki Ueno <ueno@unixuser.org> | 2008-05-01 07:17:08 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2008-05-01 07:17:08 +0000 |
commit | 6f8a4190440a7d180dd72748422f1419c47e28c7 (patch) | |
tree | 07f088ebca84be371c987e71852539809251b9be /lisp/loadup.el | |
parent | 7db924c06ab538e3424c4f6fb2e263a0402c4bc5 (diff) | |
download | emacs-6f8a4190440a7d180dd72748422f1419c47e28c7.tar.gz |
* epa-file-hook.el: New file split from epa-file.el.
* epa-file.el: Require 'epa-file-hook.
(epa-file-handler): Add autoload cookie.
* loadup.el: Load epa-file-hook.
* startup.el (command-line): Eval the body of auto-encryption-mode.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 1bf413b7bc6..153b53ff7c0 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -95,6 +95,7 @@ (load "help") (load "jka-cmpr-hook") +(load "epa-file-hook") ;; Any Emacs Lisp source file (*.el) loaded here after can contain ;; multilingual text. (load "international/mule-cmds") |