diff options
| author | Miles Bader | 2006-06-07 18:05:10 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-07 18:05:10 +0000 |
| commit | b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb (patch) | |
| tree | de3804210a8cd955e0d3b9abc15679480930bc82 /lisp/loadup.el | |
| parent | 885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (diff) | |
| parent | 26c9afc3239e18b03537faaea33e3e82e28099e6 (diff) | |
| download | emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.tar.gz emacs-b883cdb2fefa8ea9c3b0d82eba7a9ee792f871bb.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 285-296)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: admin/FOR-RELEASE: Update refcard section.
* gnus--rel--5.10 (patch 102-104)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
Diffstat (limited to 'lisp/loadup.el')
| -rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 00e9e35ff60..7691482f4e7 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -83,6 +83,7 @@ | |||
| 83 | 83 | ||
| 84 | (load "help") | 84 | (load "help") |
| 85 | 85 | ||
| 86 | (load "jka-cmpr-hook") | ||
| 86 | ;; Any Emacs Lisp source file (*.el) loaded here after can contain | 87 | ;; Any Emacs Lisp source file (*.el) loaded here after can contain |
| 87 | ;; multilingual text. | 88 | ;; multilingual text. |
| 88 | (load "international/mule-cmds") | 89 | (load "international/mule-cmds") |
| @@ -201,7 +202,6 @@ | |||
| 201 | (message "%s" (garbage-collect)) | 202 | (message "%s" (garbage-collect)) |
| 202 | 203 | ||
| 203 | (load "vc-hooks") | 204 | (load "vc-hooks") |
| 204 | (load "jka-cmpr-hook") | ||
| 205 | (load "ediff-hook") | 205 | (load "ediff-hook") |
| 206 | (if (fboundp 'x-show-tip) (load "tooltip")) | 206 | (if (fboundp 'x-show-tip) (load "tooltip")) |
| 207 | 207 | ||