From: Gerd Moellmann Date: Wed, 10 Oct 2001 12:22:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=619632ac2a224fcf33da4f4b1fa52b892524b0c9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74a21c42bd5..9a81459925e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-10-10 Gerd Moellmann + * simple.el (end-of-buffer): Fix code scrolling specially + for the buffer end. + * startup.el (command-line-1): Bind tab-width to 8. 2001-10-10 Pavel Jan,Bm(Bk diff --git a/src/ChangeLog b/src/ChangeLog index d05c0fc2f06..7312e1b991e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-10 Gerd Moellmann + + * s/osf5-0.h (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics' + options. From Dave Love . + 2001-10-09 Gerd Moellmann * regex.c (WIDE_CHAR_SUPPORT): Do not use defined() in macro.