aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (casify_object, operate_on_word, Fupcase_word, Fdowncase_word,Karl Heuer1994-10-041-6/+6
* (Fcall_interactively, Fprefix_numeric_value): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-6/+6
* (Fbyte_code): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-7/+8
* (reset_buffer, Ferase_buffer, validate_region, list_buffers_1, recenter_overl...Karl Heuer1994-10-041-42/+42
* (free_float, make_float, free_cons, Flist, Fvector, Fmake_byte_code,Karl Heuer1994-10-041-13/+13
* (Fexpand_abbrev): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
* (FOR_EACH_FRAME): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
* (XSETFASTINT): New macro.Karl Heuer1994-10-041-6/+10
* (Finsert_file_contents): No longer necessary to set type separately.Karl Heuer1994-10-041-1/+0
* (Fprefix_numeric_value): No longer necessary to set type separately.Karl Heuer1994-10-041-4/+0
* (Fstring_equal, Fstring_lessp): Delete now-redundant XSETTYPE.Karl Heuer1994-10-041-4/+4
* (XSETFRAME): Set object type as well as value.Karl Heuer1994-10-041-1/+1
* (XSETINT, XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING, XSETSYMBOL,Karl Heuer1994-10-041-29/+18
* (x_clear_frame_selections, wait_for_property_change): Use new accessor macrosKarl Heuer1994-10-041-2/+2
* (x_set_frame_parameters, x_set_visibility, Fx_create_frame,Karl Heuer1994-10-041-8/+8
* (compute_char_face): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-1/+1
* (display_text_line): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-1/+1
* (Fminibuffer_window, Fwindow_at, Fwindow_end, Fnext_window, Fprevious_window,Karl Heuer1994-10-041-14/+14
* (record_insert, record_delete, record_first_change, record_property_change):Karl Heuer1994-10-041-7/+7
* (Ftext_properties_at, Fget_char_property, Fnext_property_change,Karl Heuer1994-10-041-13/+13
* (kbd_input_ast, read_input_waiting): Use new accessor macros instead ofKarl Heuer1994-10-041-3/+3
* (Flooking_at, skip_chars, search_buffer, set_search_regs, Fstore_match_data):Karl Heuer1994-10-041-7/+6
* (make_process, create_process, Fopen_network_stream, deactivate_process,Karl Heuer1994-10-041-10/+10
* (temp_output_buffer_setup): Use new accessor macros instead of calling XSETKarl Heuer1994-10-041-1/+1
* (Fmarker_buffer): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-1/+1
* (Fget_file_char, Fload, read1, oblookup, map_obarray, defsubr, defalias,Karl Heuer1994-10-041-18/+18
* (synkey, Fdescribe_bindings, describe_command): Use new accessor macrosKarl Heuer1994-10-041-3/+3
* (command_loop_1, read_char, Ftrack_mouse, kbd_buffer_get_event,Karl Heuer1994-10-041-23/+23
* (graft_intervals_into_buffer): Use new accessor macros instead of calling XSETKarl Heuer1994-10-041-3/+3
* (insert_1, insert_from_string_1): Use new accessor macros instead of callingKarl Heuer1994-10-041-2/+2
* (Fcompute_motion): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-3/+3
* (make_minibuffer_frame, make_terminal_frame, Fselected_frame,Karl Heuer1994-10-041-15/+15
* (FLOAT_TO_INT, FLOAT_TO_INT2, Fexpt, Flogb, Ffloor): Use new accessor macrosKarl Heuer1994-10-041-5/+5
* (Fdefault_file_modes, Finsert_file_contents, Fdo_auto_save): Use new accessorKarl Heuer1994-10-041-3/+3
* (Fcurrent_time, Fformat): Use new accessor macros instead of calling XSETKarl Heuer1994-10-041-4/+4
* (redraw_frame, Fsleep_for, sit_for, Fsit_for): Use new accessor macros insteadKarl Heuer1994-10-041-4/+4
* (make_number, Fsymbol_name, do_symval_forwarding, swap_in_symval_forwarding,Karl Heuer1994-10-041-14/+13
* (Fget_buffer_create, Frename_buffer, Fbuffer_disable_undo,Karl Heuer1994-10-041-10/+10
* (VALIDATE_LISP_STORAGE, make_float, Fcons, Fmake_vector, Fmake_symbol,Karl Heuer1994-10-041-35/+32
* (write_abbrev, Finsert_abbrev_table_description): Use new accessor macrosKarl Heuer1994-10-041-2/+2
* (SCROLL_BAR_UNPACK): Use new accessor macros instead of calling XSET directly.Karl Heuer1994-10-041-2/+2
* Don't override definition of XSETINT.Karl Heuer1994-10-044-15/+0
* (XSETPNTR): Deleted.Karl Heuer1994-10-041-1/+0
* Don't override definition of XSETINT.Karl Heuer1994-10-041-5/+0
* (MKTIME_OBJ): New variable.Richard M. Stallman1994-10-041-1/+7
* (Frecenter): Don't trigger point-motion hooks.Karl Heuer1994-10-031-7/+7
* (Finsert_file_contents): set type of `end', not just the value.Karl Heuer1994-10-021-0/+1
* (x_figure_window_size): Use new formula for scroll bar width.Karl Heuer1994-10-021-2/+4
* Include <utime.h> here instead of in systime.h.Karl Heuer1994-10-021-6/+14
* Don't include <utime.h> here; do it in sysdep.c instead.Karl Heuer1994-10-021-3/+0