comparison lisp/ChangeLog @ 28424:ffd7193171a1

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 30 Mar 2000 11:46:13 +0000
parents a8dd4622faa4
children 2e3e0b3b6108
comparison
equal deleted inserted replaced
28423:6b92fbc04c23 28424:ffd7193171a1
1 2000-03-30 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4 Disable new code.
5
6 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
7 trying to `load' the symbol of an autoload instead of the file
8 recorded in the autoload. Fix error messages.
9
1 2000-03-30 Peter Breton <pbreton@ne.mediaone.net> 10 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
2 11
3 * net/net-utils.el: 12 * net/net-utils.el:
4 (network-connection-host, network-connection-service): New variables 13 (network-connection-host, network-connection-service): New variables
5 (network-connection-mode): New mode, derived from comint-mode 14 (network-connection-mode): New mode, derived from comint-mode