summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (utimes): Check for it.Richard M. Stallman1994-09-271-1/+1
|
* (Fformat_time_string): Mostly rewritten, to handleRichard M. Stallman1994-09-271-0/+65
| | | | | | | unlimited size, and report errors properly. (Fformat_time_string): New function. (syms_of_editfns): Defsubr it.
* (rmail-forward): Simplify insertion of forwarded msg.Richard M. Stallman1994-09-271-18/+68
| | | | | | | | | | Don't use exchange-point-and-mark. (rmail-msg-number-after-expunge): New function. (rmail-reply, rmail-forward): Use separate local variables rmail-send-actions-rmail-msg-number, rmail-send-actions-rmail-buffer to record which message to mark as answered or forwarded. (rmail-only-expunge): Update msg numbers stored in those variables.
* (etags-tags-completion-table): Allow ? and : in guessed tag names.Roland McGrath1994-09-271-2/+2
|
* (rmail-summary-delete-forward): Regexp for recognizing deleted messageRichard M. Stallman1994-09-271-1/+1
| | | | should not require a space at the beginning of the line.
* (BOOLFWDP, INTERNALP, INTFWDP, OBJFWDP, INTERNAL_STREAMP, BUFFER_LOCAL_VALUEP,Karl Heuer1994-09-271-22/+31
| | | | | | | | | SOME_BUFFER_LOCAL_VALUEP, BUFFER_OBJFWDP, VOIDP): New type test macros. (CHECK_STRING_OR_BUFFER, NUMBERP, CHECK_LIST, CHECK_STRING, CHECK_CONS, CHECK_SYMBOL, CHECK_VECTOR, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW, CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER, CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT, CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY): Use type test macros.
* (readchar, readchar, unreadchar, read_filtered_event, Fread, read0, read1,Karl Heuer1994-09-271-26/+26
| | | | | read_list, check_obarray, intern, Fintern, Fintern_soft, oblookup, init_lread): Use type test macros.
* (Fprogn, Finteractive_p, Fuser_variable_p, FletX, Flet, Fmacroexpand,Karl Heuer1994-09-271-31/+29
| | | | | Fcommandp, Fautoload, Feval, Fapply, Ffuncall, funcall_lambda, specbind): Use type test macros.
* (wrong_type_argument, Fconsp, Fatom, Flistp, Fnlistp, Fsymbolp, Fvectorp,Karl Heuer1994-09-271-82/+74
| | | | | | | | | | | | Fstringp, Farrayp, Fsequencep, Fbufferp, Fmarkerp, Fsubrp, Fbyte_code_function_p, Fchar_or_string_p, Fintegerp, Finteger_or_marker_p, Fnatnump, Fnumber_or_marker_p, Ffloatp, Fcar, Fcar_safe, Fcdr, Fcdr_safe, Fsetcar, Fsetcdr, Fboundp, Ffboundp, store_symval_forwarding, Fset, default_value, Fdefault_boundp, Fdefault_value, Fset_default, Fmake_variable_buffer_local, Fmake_local_variable, Fkill_local_variable, indirect_function, Faref, Faset, Farray_length, arithcompare, Fzerop, Fnumber_to_string, arith_driver, float_arith_driver, Fmod, Fadd1, Fsub1): Use type test macros.
* (nsberror, Fget_buffer, Fget_file_buffer, Fbuffer_local_variables,Karl Heuer1994-09-271-20/+17
| | | | | Fkill_buffer, set_buffer_internal, list_buffers_1, sort_overlays): Use type test macros.
* (quotify_arg, Fcall_interactively, Fprefix_numeric_value): Use type testKarl Heuer1994-09-271-11/+11
| | | | macros.
* (Fmake_list, Fmake_vector, Fmake_string, make_event_array): Use type testKarl Heuer1994-09-271-4/+4
| | | | macros.
* (GLYPH_TABLE_LENGTH, GLYPH_TABLE_BASE, GLYPH_SIMPLE_P, GLYPH_ALIAS_P): UseKarl Heuer1994-09-271-8/+4
| | | | type test macros.
* (NULL_INTERVAL_P): Use type test macros.Karl Heuer1994-09-271-3/+3
|
* (EVENT_HAS_PARAMETERS): Use type test macros.Karl Heuer1994-09-271-2/+1
|
* (Fdefine_abbrev, Fexpand_abbrev, Funexpand_abbrev): Use type test macros.Karl Heuer1994-09-271-7/+7
|
* (Fbyte_code): Use type test macros.Karl Heuer1994-09-271-13/+13
|
* (Fcall_process, child_setup, getenv_internal): Use type test macros.Karl Heuer1994-09-271-9/+7
|
* (casify_object): Use type test macros.Karl Heuer1994-09-271-2/+2
|
* (STRING256_P): Use type test macros.Karl Heuer1994-09-271-2/+1
|
* (Fself_insert_command): Use type test macros.Karl Heuer1994-09-271-1/+1
|
* (Ffile_name_completion, file_name_completion): Use type test macros.Karl Heuer1994-09-271-2/+2
|
* (get_doc_string, Fdocumentation, Fdocumentation_property,Karl Heuer1994-09-271-14/+12
| | | | store_function_docstring, Fsnarf_documentation): Use type test macros.
* (Fkill_emacs): Use type test macros.Karl Heuer1994-09-271-1/+1
|
* (Ffind_file_name_handler, Fcopy_file, Frename_file, Fadd_name_to_file,Karl Heuer1994-09-271-19/+18
| | | | | | Fmake_symbolic_link, Fwrite_region, Fverify_visited_file_modtime, Fdo_auto_save, Fread_file_name_internal, Fread_file_name): Use type test macros.
* (unlock_all_files, Funlock_buffer, unlock_buffer): Use type test macros.Karl Heuer1994-09-271-4/+3
|
* (extract_float, Fexpt, Fabs, Ffloat, Fceiling, Ffloor, Fround, Ftruncate): UseKarl Heuer1994-09-271-15/+14
| | | | type test macros.
* (Frandom, Flength, Fstring_equal, Fstring_lessp, Fcopy_sequence, concat, Felt,Karl Heuer1994-09-271-29/+24
| | | | internal_equal, Ffillarray, mapcar1): Use type test macros.
* (Fframep, make_frame_without_minibuffer, do_switch_frame, prev_frame,Karl Heuer1994-09-271-10/+8
| | | | Fdelete_frame, Fvisible_frame_list, store_frame_param): Use type test macros.
* (buffer_display_table, current_column, Fmove_to_column, compute_motion,Karl Heuer1994-09-271-13/+12
| | | | vmotion): Use type test macros.
* (create_root_interval, balance_possible_root_interval, delete_interval): UseKarl Heuer1994-09-271-6/+6
| | | | type test macros.
* (echo_char, cmd_error_internal, command_loop_1, read_char,Karl Heuer1994-09-271-63/+60
| | | | | | | | kbd_buffer_get_event, make_lispy_event, make_lispy_movement, map_prompt, menu_bar_one_keymap, menu_bar_item, read_char_minibuf_menu_prompt, follow_key, read_key_sequence, Fcommand_execute, Fexecute_extended_command, stuff_buffered_input, quit_throw_to_read_char, Fset_input_mode): Use type test macros.
* (get_keyelt, store_in_keymap, Fcopy_keymap, Fdefine_key, Flookup_key,Karl Heuer1994-09-271-47/+39
| | | | | | | current_minor_maps, Fkey_binding, Fminor_mode_key_binding, Fglobal_set_key, Flocal_set_key, Faccessible_keymaps, ascii_sequence_p, Fwhere_is_internal, describe_buffer_bindings, describe_map_tree, describe_command, describe_map, describe_vector): Use type test macros.
* (Fexecute_kbd_macro): Use type test macros.Karl Heuer1994-09-271-4/+3
|
* (Fset_marker, set_marker_restricted, Fcopy_marker): Use type test macros.Karl Heuer1994-09-271-7/+4
|
* (read_minibuf, Fread_from_minibuffer, Fread_buffer, Ftry_completion,Karl Heuer1994-09-271-26/+26
| | | | | | Ftry_completion, Fall_completions, Fcompleting_read, do_completion, assoc_for_completion, Fminibuffer_complete_word, Fdisplay_completion_list, Fself_insert_and_exit): Use type test macros.
* (Finsert_string): Use type test macros.Karl Heuer1994-09-271-2/+2
|
* (run_msdos_command): Use type test macros.Karl Heuer1994-09-271-1/+1
|
* (PRINTPREPARE, PRINTFINISH, float_to_string, print): Use type test macros.Karl Heuer1994-09-271-8/+7
|
* (POSIX_SIGNALS): Define it.Richard M. Stallman1994-09-271-0/+5
| | | | (sigsetmask): Add #undef.
* (decode_status, Fprocessp, Fget_process, Fget_buffer_process, Fprocess_status,Karl Heuer1994-09-271-14/+14
| | | | | | Fprocess_exit_status, list_processes_1, Fstart_process, Fopen_network_stream, Faccept_process_output, wait_reading_process_input, sigchld_handler, status_notify): Use type test macros.
* (syms_of_window): Doc fix.Richard M. Stallman1994-09-271-1/+1
|
* (Fmatch_data, Fstore_match_data): Use type test macros.Karl Heuer1994-09-271-4/+3
|
* (sun_item_create): Use type test macros.Karl Heuer1994-09-271-2/+2
|
* (Fsyntax_table_p, describe_syntax): Use type test macros.Karl Heuer1994-09-271-2/+2
|
* (sys_subshell): Use type test macros.Karl Heuer1994-09-271-1/+1
|
* (validate_interval_range, add_properties, remove_properties,Karl Heuer1994-09-271-11/+11
| | | | | | Fnext_property_change, Fnext_single_property_change, Fprevious_property_change, Fprevious_single_property_change, Ftext_property_any, Ftext_property_not_all): Use type test macros.
* (record_insert, truncate_undo_list, Fprimitive_undo): Use type test macros.Karl Heuer1994-09-271-18/+16
|
* (translate_id): Use type test macros.Karl Heuer1994-09-271-3/+3
|
* (child_setup, Fcall_process): Use type test macros.Karl Heuer1994-09-271-5/+5
|