1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-09-29 09:01:41 +00:00
parent 07cd5d9c7a
commit de6e1f7cde
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2000-09-29 Gerd Moellmann <gerd@gnu.org>
* 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 <monnier@cs.yale.edu>
* textmodes/outline.el (outline-minor-mode): Use define-minor-mode.

View File

@ -1,3 +1,7 @@
2000-09-29 Gerd Moellmann <gerd@gnu.org>
* lisp.h (fatal): Declare NO_RETURN.
2000-09-29 Kenichi Handa <handa@etl.go.jp>
* keymap.c: Remove the line "#undef NULL".