# HG changeset patch # User Eli Zaretskii # Date 1099743143 0 # Node ID 350952e778dda0db9191659863a7715594a494a3 # Parent be8ba6e58a4959a0d99c930b726fc6fad44c3d58 *** empty log message *** diff -r be8ba6e58a49 -r 350952e778dd lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 06 12:10:38 2004 +0000 +++ b/lisp/ChangeLog Sat Nov 06 12:12:23 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-06 Peter Heslin (tiny change) + + * outline.el (hide-body): Don't hide lines at the top of the file + that precede the first header line. + 2004-11-06 Paul Pogonyshev * align.el (align-areas): Delete whitespace before reindenting, so diff -r be8ba6e58a49 -r 350952e778dd src/ChangeLog --- a/src/ChangeLog Sat Nov 06 12:10:38 2004 +0000 +++ b/src/ChangeLog Sat Nov 06 12:12:23 2004 +0000 @@ -1,3 +1,7 @@ +2004-11-06 Eli Zaretskii + + * frame.c (syms_of_frame): Fix the example in the doc string. + 2004-11-06 Jan Dj,Ad(Brv * eval.c (Feval): Remove check for INPUT_BLOCKED_P.