1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
No description
Find a file
Jim Blandy 02213e820f * 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.
1993-01-14 15:12:23 +00:00
etc New version received. 1993-01-05 22:25:05 +00:00
lib-src Also, write a newline after the token. 1993-01-08 21:12:58 +00:00
lisp * scrollbar.el: New file. 1993-01-14 14:52:32 +00:00
lispref Initial revision 1992-04-10 02:01:10 +00:00
src * window.c (window_internal_width): New function. 1993-01-14 15:12:23 +00:00
build-ins.in entered into RCS 1992-05-01 06:20:52 +00:00
config.sub ($os alternatives for sco and isc): Preserve the specified os version if any. 1993-01-05 05:43:42 +00:00
configure1.in * configure: Start with a blank line; this keeps some old CSH's 1992-12-24 05:56:57 +00:00
GETTING.GNU.SOFTWARE Formerly GETTING.GNU.SOFTWARE.~3~ 1992-08-21 23:06:13 +00:00
make-dist * make-dist: Make sure that the COPYING notices in each directory 1992-12-24 05:57:29 +00:00
Makefile.in Define MAKE, and use where appropriate. 1993-01-13 22:20:28 +00:00