Mercurial > emacs
view lispref/=buffer-local.texi @ 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 | ff534fe68eca |
children |
line wrap: on
line source
@c -*-texinfo-*- @setfilename ../info/locals @node Standard Buffer-Local Variables, Standard Keymaps, Standard Errors, Top @appendix Standard Buffer-Local Variables The table below shows all of the variables that are automatically local (when set) in each buffer in Emacs Version 18 with the common packages loaded. @table @code @item abbrev-mode @xref{Abbrevs}. @item auto-fill-function @xref{Auto Filling}. @item buffer-auto-save-file-name @xref{Auto-Saving}. @item buffer-backed-up @xref{Backup Files}. @item buffer-display-table @xref{Active Display Table}. @item buffer-file-name @xref{Buffer File Name}. @item buffer-file-truename @xref{Buffer File Name}. @item buffer-read-only @xref{Read Only Buffers}. @item buffer-saved-size @xref{Point}. @item case-fold-search @xref{Searching and Case}. @item ctl-arrow @xref{Control Char Display}. @item default-directory @xref{System Environment}. @item fill-column @xref{Auto Filling}. @item left-margin @xref{Indentation}. @item list-buffers-directory @xref{Buffer File Name}. @item local-abbrev-table @xref{Abbrevs}. @item major-mode @xref{Mode Help}. @item mark-ring @xref{The Mark}. @item minor-modes @xref{Minor Modes}. @item mode-name @xref{Mode Line Variables}. @item overwrite-mode @xref{Insertion}. @item paragraph-separate @xref{Standard Regexps}. @item paragraph-start @xref{Standard Regexps}. @item require-final-newline @xref{Insertion}. @item selective-display @xref{Selective Display}. @item selective-display-ellipses @xref{Selective Display}. @item tab-width @xref{Control Char Display}. @item truncate-lines @xref{Truncation}. @end table