diff options
| author | Miles Bader | 2000-10-08 23:35:47 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-08 23:35:47 +0000 |
| commit | 7dbc9c8a2ce6179bee9c82740b2232c22b6a6be3 (patch) | |
| tree | 96569a74304dae107b0d22c60a4d2cd910c4154e /lisp/ChangeLog | |
| parent | 33c7a00c075f8ca2aabf39493e77b7c919d27d2d (diff) | |
| download | emacs-7dbc9c8a2ce6179bee9c82740b2232c22b6a6be3.tar.gz emacs-7dbc9c8a2ce6179bee9c82740b2232c22b6a6be3.zip | |
Don't call `jka-compr-install' when loading (it will be done by the
definition of `auto-compression-mode' if necessary).
Move code to uninstall existing file-name handler before definition of
`auto-compression-mode'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a4aeec34408..9e25fa395d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2000-10-09 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * jka-compr.el: Don't call `jka-compr-install' when loading (it | ||
| 4 | will be done by the definition of `auto-compression-mode' if | ||
| 5 | necessary. Move code to uninstall existing file-name handler | ||
| 6 | before definition of `auto-compression-mode'. | ||
| 7 | |||
| 8 | * image-file.el (auto-image-file-mode): Move to the end of the | ||
| 9 | file, because `define-minor-mode' actually calls the mode-function | ||
| 10 | if the associated variable is non-nil, which requires that all | ||
| 11 | needed functions be already defined. | ||
| 12 | |||
| 1 | 2000-10-08 Dave Love <fx@gnu.org> | 13 | 2000-10-08 Dave Love <fx@gnu.org> |
| 2 | 14 | ||
| 3 | * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map. | 15 | * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map. |