Mercurial > emacs
changeset 32318:8f591bd8ee83
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 23:35:47 +0000 |
parents | ffc41362f67e |
children | 452e7cc818ac |
files | lisp/ChangeLog |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 08 23:33:52 2000 +0000 +++ b/lisp/ChangeLog Sun Oct 08 23:35:47 2000 +0000 @@ -1,3 +1,15 @@ +2000-10-09 Miles Bader <miles@gnu.org> + + * jka-compr.el: 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'. + + * image-file.el (auto-image-file-mode): Move to the end of the + file, because `define-minor-mode' actually calls the mode-function + if the associated variable is non-nil, which requires that all + needed functions be already defined. + 2000-10-08 Dave Love <fx@gnu.org> * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.