# HG changeset patch # User Gerd Moellmann # Date 974749548 0 # Node ID 4e6f5b318d20c93d90cd70bed59dc732ea8c9227 # Parent 75dc719a7183268b5e8fcbe4efd70a11596a0100 *** empty log message *** diff -r 75dc719a7183 -r 4e6f5b318d20 README --- a/README Mon Nov 20 19:45:24 2000 +0000 +++ b/README Mon Nov 20 19:45:48 2000 +0000 @@ -1,4 +1,4 @@ -This directory tree holds version 21.0.90 of GNU Emacs, the extensible, +This directory tree holds version 21.0.92 of GNU Emacs, the extensible, customizable, self-documenting real-time display editor. You may encounter bugs in this release. If you do, please report diff -r 75dc719a7183 -r 4e6f5b318d20 lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 20 19:45:24 2000 +0000 +++ b/lisp/ChangeLog Mon Nov 20 19:45:48 2000 +0000 @@ -1,5 +1,7 @@ 2000-11-20 Gerd Moellmann + * textmodes/artist.el (artist-mode): Fix autoload cookie. + * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for javadoc tags. diff -r 75dc719a7183 -r 4e6f5b318d20 lisp/version.el --- a/lisp/version.el Mon Nov 20 19:45:24 2000 +0000 +++ b/lisp/version.el Mon Nov 20 19:45:48 2000 +0000 @@ -24,7 +24,7 @@ ;;; Code: -(defconst emacs-version "21.0.91" "\ +(defconst emacs-version "21.0.92" "\ Version numbers of this version of Emacs.") (defconst emacs-major-version diff -r 75dc719a7183 -r 4e6f5b318d20 man/emacs.texi --- a/man/emacs.texi Mon Nov 20 19:45:24 2000 +0000 +++ b/man/emacs.texi Mon Nov 20 19:45:48 2000 +0000 @@ -8,7 +8,7 @@ @ifnottex @c The edition number appears in several places in this file This is the fourteenth edition of the @cite{GNU Emacs Manual}, -updated for Emacs version 21.0.90. +updated for Emacs version 21.0.92. @c Please REMEMBER to update edition number in *three* places in this file. @dircategory Emacs @@ -52,7 +52,7 @@ @sp 6 @center @titlefont{GNU Emacs Manual} @sp 4 -@center Fourteenth Edition, Updated for Emacs Version 21.0.90. +@center Fourteenth Edition, Updated for Emacs Version 21.0.92. @sp 5 @center Richard Stallman @page @@ -61,7 +61,7 @@ Free Software Foundation, Inc. @sp 2 Fourteenth Edition @* -Updated for Emacs Version 21.0.90, @* +Updated for Emacs Version 21.0.92, @* August 2000 ISBN 1-882114-06-X diff -r 75dc719a7183 -r 4e6f5b318d20 src/ChangeLog --- a/src/ChangeLog Mon Nov 20 19:45:24 2000 +0000 +++ b/src/ChangeLog Mon Nov 20 19:45:48 2000 +0000 @@ -1,5 +1,7 @@ 2000-11-20 Gerd Moellmann + * s/gnu-linux.h: Don't use `#cpu'. + * buffer.c (MAP_FAILED): Define it as `((void *) -1)' if it's not defined in mman.h.