aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* (Fabs): Don't use XFASTINT when negative.Karl Heuer1994-10-061-1/+1
* (Fset, default_value, Fset_default, Fkill_local_variable): AccessKarl Heuer1994-10-061-4/+7
* (defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.Karl Heuer1994-10-061-4/+4
* (init_buffer_once): Don't use XSETFASTINT when negative.Karl Heuer1994-10-061-17/+21
* (Fload, load_unwind): Store stream pointer as a cons of two integers,Karl Heuer1994-10-061-9/+6
* (Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.Karl Heuer1994-10-061-8/+0
* (mark_object): Delete case Lisp_Internal_Stream.Karl Heuer1994-10-061-1/+0
* (read1): New argument for returning out-of-band data, obviating the need forKarl Heuer1994-10-061-40/+37
* (Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.Karl Heuer1994-10-061-7/+0
* (x_set_icon_type): Remove period from error message.Richard M. Stallman1994-10-061-1/+13
* (make_hdr): Undo June 16 change.Richard M. Stallman1994-10-061-2/+3
* (Ffile_regular_p): New function.Richard M. Stallman1994-10-051-37/+61
* (Finteractive): Doc fix.Richard M. Stallman1994-10-041-1/+1
* (single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-3/+3
* (construct_mouse_click): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of callingKarl Heuer1994-10-041-5/+5
* (x_new_focus_frame, construct_mouse_click, construct_menu_click,Karl Heuer1994-10-041-44/+43
* (input_signal_count): New variable.Richard M. Stallman1994-10-041-5/+32
* (widget_id_tick): Move definition into conditional.Richard M. Stallman1994-10-041-94/+8
* (validate_region): Swap using temp Lisp_Object, not int.Karl Heuer1994-10-041-5/+2
* (read_process_output): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-9/+9
* (Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+4
* (validate_interval_range): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (try_window_id): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+4
* (x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (XFASTINT): Changed to non-lvalue syntax, to ensure that callers will useKarl Heuer1994-10-041-2/+2
* (Fx_open_connection): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
* (compute_char_face): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (redisplay, mark_window_display_accurate, redisplay_window, try_window,Karl Heuer1994-10-041-30/+28
* (make_window, Fset_window_hscroll, Fset_window_start, set_window_height,Karl Heuer1994-10-041-46/+49
* (create_process): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-3/+3
* (record_delete, record_first_change): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-5/+5
* (Fnext_property_change, property_change_between_p,Karl Heuer1994-10-041-8/+8
* (Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once):Karl Heuer1994-10-041-20/+20
* (skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-6/+6
* (make_process, list_processes_1, create_process, Faccept_process_output,Karl Heuer1994-10-041-14/+14
* (printchar): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
* (read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer,Karl Heuer1994-10-041-13/+13
* (Fmarker_position): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-1/+1
* (Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-2/+2
* (synkey, access_keymap, store_in_keymap, Faccessible_keymaps,Karl Heuer1994-10-041-15/+16
* (read_char, make_lispy_event, make_lispy_movement, parse_modifiers,Karl Heuer1994-10-041-20/+20
* (Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,Karl Heuer1994-10-041-15/+17
* (make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't useKarl Heuer1994-10-041-9/+9
* (Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-5/+5
* (Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved):Karl Heuer1994-10-041-12/+12
* (Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as anKarl Heuer1994-10-041-7/+7
* (Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char,Karl Heuer1994-10-041-15/+15