mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
*** empty log message ***
This commit is contained in:
parent
a8f77aaa34
commit
29a01b7231
2
README
2
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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user