# HG changeset patch # User Miles Bader # Date 971048147 0 # Node ID 8f591bd8ee83dbd29522cca5c55a038e31788919 # Parent ffc41362f67e3403715549e3824055f0563ea754 *** empty log message *** diff -r ffc41362f67e -r 8f591bd8ee83 lisp/ChangeLog --- 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 + + * 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 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.