]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 19:45:48 +0000 (19:45 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 20 Nov 2000 19:45:48 +0000 (19:45 +0000)
README
lisp/ChangeLog
lisp/version.el
man/emacs.texi
src/ChangeLog

diff --git a/README b/README
index 2a89e61a663be2c1afeabb1e854ebbf0accaec3c..3ad7700de44fa7c2d597a385b0a8e7a2b831132e 100644 (file)
--- a/README
+++ b/README
@@ -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
index 929be257503358217c7c25570936beafc58c7c44..1bbfe512907de63f67e594b447280bb43ff3899a 100644 (file)
@@ -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.
        
index 786c6357f1bf6f4adacd7c7e6b84db90e813a8bd..1768f9e0a6639865244e4ac61375fcf3fed77ef2 100644 (file)
@@ -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
index 64a4684cc246598ef9d7d69fdd113691c147d0d6..ef99a7015c4606606d3e09013f9f30c6f216ca68 100644 (file)
@@ -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 @@ Software Foundation raise funds for GNU development.''
 @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 @@ Copyright @copyright{} 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 199
    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
index 85ddee278ba000a934b680c9dec7cc5d3515c044..b4dd1f34fa50f0295724fc7e6930bc41a087cac9 100644 (file)
@@ -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.