annotate etc/README @ 1779:6f0c4252940f
* window.c (window_internal_width): New function.
* lisp.h (window_internal_height, window_internal_width): Add
extern declarations for these.
* dispnew.c (direct_output_for_insert, direct_output_forward_char,
buffer_posn_from_coords): Use window_internal_width instead of
writing out its definition.
* indent.c (compute_motion): Doc fix; mention scrollbars and
window_internal_width.
(pos_tab_offset, Fvertical_motion): Use window_internal_width
instead of writing it out.
* window.c (Fpos_visible_in_window_p, Fwindow_width, Fscroll_left,
Fscroll_right): Same.
* xdisp.c (redisplay, try_window, try_window_id,
display_text_line): Same.
* emacs.c (shut_down_emacs): New function.
(fatal_error_signal, Fkill_emacs): Call it, instead of writing it out.
* xterm.c (x_connection_closed): Call shut_down_emacs instead of
Fkill_emacs; the latter will try to perform operations on the X
server and die a horrible death.
* lisp.h (shut_down_emacs): Add extern declaration for it.
author |
Jim Blandy <jimb@redhat.com> |
date |
Thu, 14 Jan 1993 15:12:23 +0000 |
parents |
cde1f15848c6 |
children |
42efcb2955c8 |
rev |
line source |
580
|
1 This directory contains the architecture-independent files used by or
|
|
2 with Emacs. This includes some text files of documentation for GNU
|
|
3 Emacs or of interest to Emacs users, and the file of dumped docstrings
|
|
4 for Emacs functions and variables.
|
|
5
|
|
6 `termcap.dat' is for VMS. It is a copy of the `/etc/termcap' file
|
|
7 used on Unix.
|