bpt/emacs.git
29 years ago(x_set_icon_type): Remove period from error message.
Richard M. Stallman [Thu, 6 Oct 1994 07:08:03 +0000 (07:08 +0000)]
(x_set_icon_type): Remove period from error message.

(x_icon_type): New function.

29 years ago(rmail-summary-goto-msg): Get rmail-total-messages from the rmail buffer.
Richard M. Stallman [Thu, 6 Oct 1994 07:05:09 +0000 (07:05 +0000)]
(rmail-summary-goto-msg): Get rmail-total-messages from the rmail buffer.

29 years ago(make_hdr): Undo June 16 change.
Richard M. Stallman [Thu, 6 Oct 1994 03:25:51 +0000 (03:25 +0000)]
(make_hdr): Undo June 16 change.

29 years agoDelete the error when no window system.
Richard M. Stallman [Thu, 6 Oct 1994 02:45:40 +0000 (02:45 +0000)]
Delete the error when no window system.

29 years ago(sendnews, postnews): Use defalias.
Richard M. Stallman [Thu, 6 Oct 1994 02:07:55 +0000 (02:07 +0000)]
(sendnews, postnews): Use defalias.

29 years ago(command-line): Load disp-table explicitly.
Richard M. Stallman [Wed, 5 Oct 1994 20:35:40 +0000 (20:35 +0000)]
(command-line): Load disp-table explicitly.

29 years ago(add-log-current-defun): Handle Perl specially.
Richard M. Stallman [Wed, 5 Oct 1994 20:28:54 +0000 (20:28 +0000)]
(add-log-current-defun): Handle Perl specially.

29 years ago(Ffile_regular_p): New function.
Richard M. Stallman [Wed, 5 Oct 1994 09:33:33 +0000 (09:33 +0000)]
(Ffile_regular_p): New function.
(syms_of_fileio): defsubr it.

29 years ago(read-envvar-name): Special meaning for MUSTMATCH
Richard M. Stallman [Wed, 5 Oct 1994 06:29:50 +0000 (06:29 +0000)]
(read-envvar-name): Special meaning for MUSTMATCH
neither t nor nil.
(setenv): Use that new case, when clearing a var.

29 years ago(texinfo-format-scan): Accept @^, @", @?, @!, @-.
Richard M. Stallman [Wed, 5 Oct 1994 00:47:30 +0000 (00:47 +0000)]
(texinfo-format-scan): Accept @^, @", @?, @!, @-.

29 years ago(goto-line): Call prefix-numeric-value.
Richard M. Stallman [Tue, 4 Oct 1994 22:57:42 +0000 (22:57 +0000)]
(goto-line): Call prefix-numeric-value.

29 years ago(Finteractive): Doc fix.
Richard M. Stallman [Tue, 4 Oct 1994 22:55:50 +0000 (22:55 +0000)]
(Finteractive): Doc fix.

29 years ago(single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 19:49:16 +0000 (19:49 +0000)]
(single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue.

29 years ago(construct_mouse_click): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 19:48:36 +0000 (19:48 +0000)]
(construct_mouse_click): Don't use XFASTINT as an lvalue.

29 years ago(Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling
Karl Heuer [Tue, 4 Oct 1994 19:47:37 +0000 (19:47 +0000)]
(Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling
XSET directly.

29 years ago(x_new_focus_frame, construct_mouse_click, construct_menu_click,
Karl Heuer [Tue, 4 Oct 1994 19:46:12 +0000 (19:46 +0000)]
(x_new_focus_frame, construct_mouse_click, construct_menu_click,
note_mouse_highlight, XTmouse_position, x_scroll_bar_create,
x_scroll_bar_set_handle, x_scroll_bar_move, XTset_vertical_scroll_bar,
XTredeem_scroll_bar, x_scroll_bar_handle_click, x_scroll_bar_note_movement,
x_scroll_bar_report_motion, XTread_socket, x_make_frame_visible): Use new
accessor macros instead of calling XSET directly.

29 years ago(input_signal_count): New variable.
Richard M. Stallman [Tue, 4 Oct 1994 19:38:53 +0000 (19:38 +0000)]
(input_signal_count): New variable.
(XTread_socket): Increment it.
(x_make_frame_visible): Exit final loop when XTread_sockets has run.

29 years ago(widget_id_tick): Move definition into conditional.
Richard M. Stallman [Tue, 4 Oct 1994 19:37:55 +0000 (19:37 +0000)]
(widget_id_tick): Move definition into conditional.
(syms_of_xmenu): Conditionalize initialization of widget_id_tick.

(last_menu_bar_item_end): Var deleted.
(this_menu_bar_item_beg, this_menu_bar_item_end): Vars deleted.
(other_menu_bar_item_p, unread_menu_bar_button)
(check_mouse_other_menu_bar): Functions deleted.
(last_event_timestamp, Vdouble_click_time, Vmouse_depressed): Decls deleted.
(xmenu_show): XMENU_FOO conditional and its contets deleted.

29 years ago(validate_region): Swap using temp Lisp_Object, not int.
Karl Heuer [Tue, 4 Oct 1994 19:36:47 +0000 (19:36 +0000)]
(validate_region): Swap using temp Lisp_Object, not int.

29 years ago(read_process_output): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:35:21 +0000 (17:35 +0000)]
(read_process_output): Don't use XFASTINT as an lvalue.

29 years ago(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:32:17 +0000 (17:32 +0000)]
(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.

29 years ago(Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:22:08 +0000 (17:22 +0000)]
(Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue.

29 years ago(validate_interval_range): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:19:36 +0000 (17:19 +0000)]
(validate_interval_range): Don't use XFASTINT as an lvalue.

29 years ago(try_window_id): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:10:36 +0000 (17:10 +0000)]
(try_window_id): Don't use XFASTINT as an lvalue.

29 years ago(x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:09:34 +0000 (17:09 +0000)]
(x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue.

29 years ago(XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use
Karl Heuer [Tue, 4 Oct 1994 17:04:39 +0000 (17:04 +0000)]
(XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use
XSETFASTINT instead.

29 years ago(Fx_open_connection): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:46:24 +0000 (16:46 +0000)]
(Fx_open_connection): Don't use XFASTINT as an lvalue.

29 years ago(compute_char_face): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:45:39 +0000 (16:45 +0000)]
(compute_char_face): Don't use XFASTINT as an lvalue.

29 years ago(redisplay, mark_window_display_accurate, redisplay_window, try_window,
Karl Heuer [Tue, 4 Oct 1994 16:44:49 +0000 (16:44 +0000)]
(redisplay, mark_window_display_accurate, redisplay_window, try_window,
try_window_id, display_text_line, display_menu_bar, decode_mode_spec,
init_xdisp): Don't use XFASTINT as an lvalue.

29 years ago(make_window, Fset_window_hscroll, Fset_window_start, set_window_height,
Karl Heuer [Tue, 4 Oct 1994 16:34:57 +0000 (16:34 +0000)]
(make_window, Fset_window_hscroll, Fset_window_start, set_window_height,
set_window_width, Fset_window_buffer, Fselect_window, temp_output_buffer_show,
make_dummy_parent, Fsplit_window, change_window_height, window_scroll,
Fscroll_left, Fscroll_right, Frecenter, Fmove_to_window_line,
Fset_window_configuration, save_window_save, Fcurrent_window_configuration,
init_window_once): Don't use XFASTINT as an lvalue.

29 years ago(create_process): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:16:33 +0000 (16:16 +0000)]
(create_process): Don't use XFASTINT as an lvalue.

29 years ago(record_delete, record_first_change): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:15:52 +0000 (16:15 +0000)]
(record_delete, record_first_change): Don't use XFASTINT as an lvalue.

29 years ago(Fnext_property_change, property_change_between_p,
Karl Heuer [Tue, 4 Oct 1994 16:14:59 +0000 (16:14 +0000)]
(Fnext_property_change, property_change_between_p,
Fnext_single_property_change, Fprevious_property_change,
Fprevious_single_property_change, copy_text_properties): Don't use XFASTINT as
an lvalue.

29 years ago(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once):
Karl Heuer [Tue, 4 Oct 1994 16:13:34 +0000 (16:13 +0000)]
(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once):
Don't use XFASTINT as an lvalue.

29 years ago(skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:12:32 +0000 (16:12 +0000)]
(skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.

29 years ago(make_process, list_processes_1, create_process, Faccept_process_output,
Karl Heuer [Tue, 4 Oct 1994 16:10:39 +0000 (16:10 +0000)]
(make_process, list_processes_1, create_process, Faccept_process_output,
wait_reading_process_input, read_process_output, send_process,
sigchld_handler): Don't use XFASTINT as an lvalue.

29 years ago(printchar): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:09:23 +0000 (16:09 +0000)]
(printchar): Don't use XFASTINT as an lvalue.

29 years ago(read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer,
Karl Heuer [Tue, 4 Oct 1994 16:08:54 +0000 (16:08 +0000)]
(read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer,
Ftry_completion, Fall_completions, Fcompleting_read, Fminibuffer_prompt_width,
syms_of_minibuf): Don't use XFASTINT as an lvalue.

29 years ago(Fmarker_position): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:07:23 +0000 (16:07 +0000)]
(Fmarker_position): Don't use XFASTINT as an lvalue.

29 years ago(Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:06:40 +0000 (16:06 +0000)]
(Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTINT as an lvalue.

29 years ago(read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:05:54 +0000 (16:05 +0000)]
(read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.

29 years ago(synkey, access_keymap, store_in_keymap, Faccessible_keymaps,
Karl Heuer [Tue, 4 Oct 1994 16:05:05 +0000 (16:05 +0000)]
(synkey, access_keymap, store_in_keymap, Faccessible_keymaps,
Fkey_description, ascii_sequence_p, Fwhere_is_internal, describe_vector):
Don't use XFASTINT as an lvalue.

29 years ago(read_char, make_lispy_event, make_lispy_movement, parse_modifiers,
Karl Heuer [Tue, 4 Oct 1994 15:59:48 +0000 (15:59 +0000)]
(read_char, make_lispy_event, make_lispy_movement, parse_modifiers,
apply_modifiers, modify_event_symbol, menu_bar_one_keymap, read_key_sequence,
Fexecute_extended_command, Frecursion_depth, Fcurrent_input_mode,
syms_of_keyboard): Don't use XFASTINT as an lvalue.

29 years ago(Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,
Karl Heuer [Tue, 4 Oct 1994 15:56:43 +0000 (15:56 +0000)]
(Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,
compute_motion, Fcompute_motion, vmotion): Don't use XFASTINT as an lvalue.

29 years ago(make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use
Karl Heuer [Tue, 4 Oct 1994 15:54:06 +0000 (15:54 +0000)]
(make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use
XFASTINT as an lvalue.

29 years ago(Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:53:00 +0000 (15:53 +0000)]
(Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.

29 years ago(Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved):
Karl Heuer [Tue, 4 Oct 1994 15:52:06 +0000 (15:52 +0000)]
(Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved):
Don't use XFASTINT as an lvalue.

29 years ago(Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as an
Karl Heuer [Tue, 4 Oct 1994 15:50:45 +0000 (15:50 +0000)]
(Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as an
lvalue.

29 years ago(Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char,
Karl Heuer [Tue, 4 Oct 1994 15:49:29 +0000 (15:49 +0000)]
(Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char,
Fprevious_char, Fchar_after, Ftranslate_region, Fnarrow_to_region,
save_restriction_save): Don't use XFASTINT as an lvalue.

29 years ago(store_function_docstring): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:48:16 +0000 (15:48 +0000)]
(store_function_docstring): Don't use XFASTINT as an lvalue.

29 years ago(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Karl Heuer [Tue, 4 Oct 1994 15:47:28 +0000 (15:47 +0000)]
(direct_output_for_insert, direct_output_forward_char, change_frame_size,
Fsleep_for): Don't use XFASTINT as an lvalue.

29 years ago(file_name_completion): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:45:26 +0000 (15:45 +0000)]
(file_name_completion): Don't use XFASTINT as an lvalue.

29 years ago(Faref, Farray_length): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:44:37 +0000 (15:44 +0000)]
(Faref, Farray_length): Don't use XFASTINT as an lvalue.

29 years ago(Fforward_char, Fbackward_char, Fbeginning_of_line, Fend_of_line): Don't use
Karl Heuer [Tue, 4 Oct 1994 15:43:31 +0000 (15:43 +0000)]
(Fforward_char, Fbackward_char, Fbeginning_of_line, Fend_of_line): Don't use
XFASTINT as an lvalue.

29 years ago(casify_object, operate_on_word, Fupcase_word, Fdowncase_word,
Karl Heuer [Tue, 4 Oct 1994 15:41:33 +0000 (15:41 +0000)]
(casify_object, operate_on_word, Fupcase_word, Fdowncase_word,
Fcapitalize_word): Don't use XFASTINT as an lvalue.

29 years ago(Fcall_interactively, Fprefix_numeric_value): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:40:22 +0000 (15:40 +0000)]
(Fcall_interactively, Fprefix_numeric_value): Don't use XFASTINT as an lvalue.

29 years ago(Fbyte_code): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:38:56 +0000 (15:38 +0000)]
(Fbyte_code): Don't use XFASTINT as an lvalue.

29 years ago(reset_buffer, Ferase_buffer, validate_region, list_buffers_1, recenter_overlay_lists...
Karl Heuer [Tue, 4 Oct 1994 15:36:45 +0000 (15:36 +0000)]
(reset_buffer, Ferase_buffer, validate_region, list_buffers_1, recenter_overlay_lists, init_buffer_once): Don't use XFASTINT as an lvalue.

29 years ago(free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,
Karl Heuer [Tue, 4 Oct 1994 15:31:18 +0000 (15:31 +0000)]
(free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,
make_pure_float, mark_object, gc_sweep): Don't use XFASTINT as an lvalue.

29 years ago(Fexpand_abbrev): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:28:15 +0000 (15:28 +0000)]
(Fexpand_abbrev): Don't use XFASTINT as an lvalue.

29 years ago(FOR_EACH_FRAME): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:27:37 +0000 (15:27 +0000)]
(FOR_EACH_FRAME): Don't use XFASTINT as an lvalue.

29 years ago(XSETFASTINT): New macro.
Karl Heuer [Tue, 4 Oct 1994 15:24:13 +0000 (15:24 +0000)]
(XSETFASTINT): New macro.
(CHECK_NUMBER_COERCE_MARKER): Don't use XFASTINT as an lvalue.
(CHECK_NUMBER_OR_FLOAT_COERCE_MARKER): Likewise.

29 years ago(Finsert_file_contents): No longer necessary to set type separately.
Karl Heuer [Tue, 4 Oct 1994 14:23:18 +0000 (14:23 +0000)]
(Finsert_file_contents): No longer necessary to set type separately.

29 years ago(Fprefix_numeric_value): No longer necessary to set type separately.
Karl Heuer [Tue, 4 Oct 1994 14:20:54 +0000 (14:20 +0000)]
(Fprefix_numeric_value): No longer necessary to set type separately.

29 years ago(Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.
Karl Heuer [Tue, 4 Oct 1994 13:35:44 +0000 (13:35 +0000)]
(Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.

29 years ago(XSETFRAME): Set object type as well as value.
Karl Heuer [Tue, 4 Oct 1994 13:14:12 +0000 (13:14 +0000)]
(XSETFRAME): Set object type as well as value.

29 years ago(XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL,
Karl Heuer [Tue, 4 Oct 1994 13:12:44 +0000 (13:12 +0000)]
(XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL,
XSETMARKER, XSETOBJFWD, XSETWINDOW, XSETPROCESS, XSETFLOAT): Set object type
as well as value.
(XSETBOOLFWD, XSETBUFFER_OBJFWD, XSETWINDOW_CONFIGURATION,
XSETINTERNAL_STREAM, XSETINTFWD, XSETINTERNAL): New macros.
(XSETUINT, XSETPNTR, XFUNCTION, XSETFUNCTION, XSETINTPTR): Deleted.

29 years ago(x_clear_frame_selections, wait_for_property_change): Use new accessor macros
Karl Heuer [Tue, 4 Oct 1994 12:36:03 +0000 (12:36 +0000)]
(x_clear_frame_selections, wait_for_property_change): Use new accessor macros
instead of calling XSET directly.

29 years ago(x_set_frame_parameters, x_set_visibility, Fx_create_frame,
Karl Heuer [Tue, 4 Oct 1994 12:33:33 +0000 (12:33 +0000)]
(x_set_frame_parameters, x_set_visibility, Fx_create_frame,
x_get_focus_frame): Use new accessor macros instead of calling XSET directly.

29 years ago(compute_char_face): Use new accessor macros instead of calling XSET directly.
Karl Heuer [Tue, 4 Oct 1994 12:32:20 +0000 (12:32 +0000)]
(compute_char_face): Use new accessor macros instead of calling XSET directly.

29 years ago(display_text_line): Use new accessor macros instead of calling XSET directly.
Karl Heuer [Tue, 4 Oct 1994 12:31:37 +0000 (12:31 +0000)]
(display_text_line): Use new accessor macros instead of calling XSET directly.

29 years ago(Fminibuffer_window, Fwindow_at, Fwindow_end, Fnext_window, Fprevious_window,
Karl Heuer [Tue, 4 Oct 1994 12:30:31 +0000 (12:30 +0000)]
(Fminibuffer_window, Fwindow_at, Fwindow_end, Fnext_window, Fprevious_window,
Fdisplay_buffer, Frecenter, Fmove_to_window_line,
Fcurrent_window_configuration): Use new accessor macros instead of calling
XSET directly.

29 years ago(record_insert, record_delete, record_first_change, record_property_change):
Karl Heuer [Tue, 4 Oct 1994 12:28:40 +0000 (12:28 +0000)]
(record_insert, record_delete, record_first_change, record_property_change):
Use new accessor macros instead of calling XSET directly.

29 years ago(Ftext_properties_at, Fget_char_property, Fnext_property_change,
Karl Heuer [Tue, 4 Oct 1994 12:27:29 +0000 (12:27 +0000)]
(Ftext_properties_at, Fget_char_property, Fnext_property_change,
property_change_between_p, Fnext_single_property_change,
Fprevious_property_change, Fprevious_single_property_change,
Fadd_text_properties, Fset_text_properties, Fremove_text_properties,
Ftext_property_any, Ftext_property_not_all, Ferase_text_properties): Use new
accessor macros instead of calling XSET directly.

29 years ago(kbd_input_ast, read_input_waiting): Use new accessor macros instead of
Karl Heuer [Tue, 4 Oct 1994 12:26:19 +0000 (12:26 +0000)]
(kbd_input_ast, read_input_waiting): Use new accessor macros instead of
calling XSET directly.

29 years ago(Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):
Karl Heuer [Tue, 4 Oct 1994 12:22:12 +0000 (12:22 +0000)]
(Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):
Use new accessor macros instead of calling XSET directly.

29 years ago(make_process, create_process, Fopen_network_stream, deactivate_process,
Karl Heuer [Tue, 4 Oct 1994 12:21:04 +0000 (12:21 +0000)]
(make_process, create_process, Fopen_network_stream, deactivate_process,
Faccept_process_output, Fprocess_send_eof): Use new accessor macros instead of
calling XSET directly.

29 years ago(temp_output_buffer_setup): Use new accessor macros instead of calling XSET
Karl Heuer [Tue, 4 Oct 1994 12:20:04 +0000 (12:20 +0000)]
(temp_output_buffer_setup): Use new accessor macros instead of calling XSET
directly.

29 years ago(Fmarker_buffer): Use new accessor macros instead of calling XSET directly.
Karl Heuer [Tue, 4 Oct 1994 12:19:07 +0000 (12:19 +0000)]
(Fmarker_buffer): Use new accessor macros instead of calling XSET directly.

29 years ago(Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,
Karl Heuer [Tue, 4 Oct 1994 12:17:56 +0000 (12:17 +0000)]
(Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,
defvar_int, defvar_bool, defvar_lisp, defvar_lisp_nopro, defvar_per_buffer):
Use new accessor macros instead of calling XSET directly.

29 years ago(synkey, Fdescribe_bindings, describe_command): Use new accessor macros
Karl Heuer [Tue, 4 Oct 1994 12:14:16 +0000 (12:14 +0000)]
(synkey, Fdescribe_bindings, describe_command): Use new accessor macros
instead of calling XSET directly.

29 years ago(command_loop_1, read_char, Ftrack_mouse, kbd_buffer_get_event,
Karl Heuer [Tue, 4 Oct 1994 12:13:17 +0000 (12:13 +0000)]
(command_loop_1, read_char, Ftrack_mouse, kbd_buffer_get_event,
make_lispy_event, make_lispy_movement, modify_event_symbol, read_avail_input,
follow_key, syms_of_keyboard): Use new accessor macros instead of calling XSET
directly.

29 years ago(graft_intervals_into_buffer): Use new accessor macros instead of calling XSET
Karl Heuer [Tue, 4 Oct 1994 12:10:17 +0000 (12:10 +0000)]
(graft_intervals_into_buffer): Use new accessor macros instead of calling XSET
directly.

29 years ago(insert_1, insert_from_string_1): Use new accessor macros instead of calling
Karl Heuer [Tue, 4 Oct 1994 12:09:34 +0000 (12:09 +0000)]
(insert_1, insert_from_string_1): Use new accessor macros instead of calling
XSET directly.

29 years ago(Fcompute_motion): Use new accessor macros instead of calling XSET directly.
Karl Heuer [Tue, 4 Oct 1994 12:08:52 +0000 (12:08 +0000)]
(Fcompute_motion): Use new accessor macros instead of calling XSET directly.

29 years ago(make_minibuffer_frame, make_terminal_frame, Fselected_frame,
Karl Heuer [Tue, 4 Oct 1994 12:07:50 +0000 (12:07 +0000)]
(make_minibuffer_frame, make_terminal_frame, Fselected_frame,
Fframe_root_window, Fframe_selected_window, Fset_frame_selected_window,
Fnext_frame, Fprevious_frame, Fdelete_frame, Fmouse_position,
Fmouse_pixel_position, Fmake_frame_visible, Fmake_frame_invisible,
Ficonify_frame): Use new accessor macros instead of calling XSET directly.

29 years ago(FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros
Karl Heuer [Tue, 4 Oct 1994 12:06:28 +0000 (12:06 +0000)]
(FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macros
instead of calling XSET directly.

29 years ago(Fdefault_file_modes, Finsert_file_contents, Fdo_auto_save): Use new accessor
Karl Heuer [Tue, 4 Oct 1994 12:05:13 +0000 (12:05 +0000)]
(Fdefault_file_modes, Finsert_file_contents, Fdo_auto_save): Use new accessor
macros instead of calling XSET directly.

29 years ago(Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET
Karl Heuer [Tue, 4 Oct 1994 12:04:15 +0000 (12:04 +0000)]
(Fcurrent_time, Fformat): Use new accessor macros instead of calling XSET
directly.

29 years ago(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
Karl Heuer [Tue, 4 Oct 1994 12:03:19 +0000 (12:03 +0000)]
(redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros instead
of calling XSET directly.

29 years ago(make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
Karl Heuer [Tue, 4 Oct 1994 12:01:46 +0000 (12:01 +0000)]
(make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,
find_symbol_value, Fset, arith_driver, Frem, Fmod, Fash, Flsh): Use new
accessor macros instead of calling XSET directly.

29 years ago(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
Karl Heuer [Tue, 4 Oct 1994 11:54:19 +0000 (11:54 +0000)]
(Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,
Fbuffer_enable_undo, Fcurrent_buffer, Fbury_buffer, Fmake_overlay,
init_buffer_once): Use new accessor macros instead of calling XSET directly.

29 years ago(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,
Karl Heuer [Tue, 4 Oct 1994 11:47:46 +0000 (11:47 +0000)]
(VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,
Fmake_marker, make_uninit_string, make_pure_string, pure_cons,
make_pure_float, make_pure_vector, mark_buffer, gc_sweep, compact_strings,
Fmemory_limit): Use new accessor macros instead of calling XSET directly.

29 years ago(write_abbrev, Finsert_abbrev_table_description): Use new accessor macros
Karl Heuer [Tue, 4 Oct 1994 11:39:56 +0000 (11:39 +0000)]
(write_abbrev, Finsert_abbrev_table_description): Use new accessor macros
instead of calling XSET directly.

29 years ago(SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.
Karl Heuer [Tue, 4 Oct 1994 10:42:48 +0000 (10:42 +0000)]
(SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.

29 years agoDon't override definition of XSETINT.
Karl Heuer [Tue, 4 Oct 1994 10:29:31 +0000 (10:29 +0000)]
Don't override definition of XSETINT.
(XSETUINT, XSETPNTR): Deleted.

29 years ago(XSETPNTR): Deleted.
Karl Heuer [Tue, 4 Oct 1994 10:24:08 +0000 (10:24 +0000)]
(XSETPNTR): Deleted.

29 years agoDon't override definition of XSETINT.
Karl Heuer [Tue, 4 Oct 1994 10:19:59 +0000 (10:19 +0000)]
Don't override definition of XSETINT.

29 years agoTranslate -gnu/linux* to -linux*.
Richard M. Stallman [Tue, 4 Oct 1994 09:12:29 +0000 (09:12 +0000)]
Translate -gnu/linux* to -linux*.

29 years ago(MKTIME_OBJ): New variable.
Richard M. Stallman [Tue, 4 Oct 1994 09:03:20 +0000 (09:03 +0000)]
(MKTIME_OBJ): New variable.
(obj): Use MKTIME_OBJ.