From: Gerd Moellmann Date: Fri, 29 Sep 2000 09:01:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~1290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de6e1f7cde9ec6a6158bd20133ae1ca349e81a78;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index edecf5ae141..2b24f5e6035 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2000-09-29 Gerd Moellmann + + * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*'; + it's a function from CL. + (latex-imenu-create-index): Replace eval-when-compile with progn + because latex-section-alist is not bound while compiling. + 2000-09-28 Stefan Monnier * textmodes/outline.el (outline-minor-mode): Use define-minor-mode. diff --git a/src/ChangeLog b/src/ChangeLog index 49669af8b79..e0a9721c5e4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-09-29 Gerd Moellmann + + * lisp.h (fatal): Declare NO_RETURN. + 2000-09-29 Kenichi Handa * keymap.c: Remove the line "#undef NULL".