-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
2000-11-20 Gerd Moellmann <gerd@gnu.org>
+ * textmodes/artist.el (artist-mode): Fix autoload cookie.
+
* font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
javadoc tags.
;;; Code:
-(defconst emacs-version "21.0.91" "\
+(defconst emacs-version "21.0.92" "\
Version numbers of this version of Emacs.")
(defconst emacs-major-version
@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
@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
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
2000-11-20 Gerd Moellmann <gerd@gnu.org>
+ * 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.