changeset 33655:4e6f5b318d20

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 20 Nov 2000 19:45:48 +0000
parents 75dc719a7183
children f17374b3bc22
files README lisp/ChangeLog lisp/version.el man/emacs.texi src/ChangeLog
diffstat 5 files changed, 9 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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  <gerd@gnu.org>
 
+	* textmodes/artist.el (artist-mode): Fix autoload cookie.
+
 	* font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
 	javadoc tags.
 	
--- 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
--- 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
--- 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  <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.