annotate lispref/book-spine.texinfo @ 26526:b7438760079b
* callproc.c (strerror): Remove decl.
* fileio.c (strerror): Likewise.
* process.c (strerror): Likewise.
* emacs.c (strerror): Likewise.
(Vsystem_messages_locale): Renamed from Vmessages_locale.
All uses changed.
(Vprevious_system_messages_locale): Likewise, from
Vprevious_messages_locale.
(Vsystem_time_locale): Likewise, from Vtime_locale.
(Vprevious_system_time_locale): Likewise, from Vprevious_time_locale.
(ABORT_RETURN_TYPE): New macro.
(abort): Return type is now ABORT_RETURN_TYPE.
(main): Always invoke init_signals, even if POSIX_SIGNALS is not
defined.
(syms_of_emacs): messages-locale -> system-messages-locale,
previous-messages-locale -> previous-system-messages-locale,
time-locale -> system-time-locale,
previous-time-locale -> previous-system-time-locale.
* gmalloc.c (PP, __ptr_t): Assume ANSI C if STDC_HEADERS is defined.
(const): Do not define; that's config.h's job.
(<limits.h>): Include if HAVE_LIMITS_H is defined.
(CHAR_BIT): Move test for definedness outside of limits.h condition.
(<stddef.h>): Include if STDC_HEADERS is defined.
(FREE_RETURN_TYPE): New macro.
(free): Return type is now FREE_RETURN_TYPE.
* lisp.h (synchronize_system_time_locale): Renamed from
synchronize_time_locale. All uses changed.
(synchronize_system_messages_locale): Likewise, from
synchronize_messages_locale.
* process.c (sys_siglist): Remove.
* syntax.c (scan_sexps_forward): Use abort, not assert.
* sysdep.c (my_sys_siglist): New var.
(sys_siglist): New macro. Remove old initialized vars of same name.
(init_signals): Initialize sys_siglist.
* xfns.c (abort): Remove decl; stdlib.h now does this.
author |
Paul Eggert <eggert@twinsun.com> |
date |
Mon, 22 Nov 1999 08:19:51 +0000 |
parents |
2d4db32cccd5 |
children |
695cf19ef79e d7ddb3e565de |
rev |
line source |
129
|
1 \input texinfo @c -*-texinfo-*-
|
|
2 @c %**start of header
|
|
3 @setfilename book-spine
|
|
4 @settitle book-spine
|
|
5 @c %**end of header
|
|
6
|
|
7 @c need dot in text so first space command works!
|
|
8 .
|
|
9 @sp 7
|
|
10
|
|
11 @center @titlefont{GNU Emacs Lisp Reference Manual}
|
|
12 @sp 5
|
|
13 @center GNU
|
7734
|
14 @center Emacs Version 19.25
|
129
|
15 @center for Unix Users
|
|
16 @sp 5
|
|
17
|
|
18 @center by
|
|
19 @center Bil Lewis,
|
|
20 @center Dan LaLiberte,
|
|
21 @center and the
|
|
22 @center GNU Manual Group
|
|
23 @sp 5
|
|
24 @center Free Software Foundation
|
|
25 @bye
|