summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (../info/ccmode): Renamed from ../info/cc-mode.Karl Heuer1996-01-091-2/+2
| | | | (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
* Recompile outdated .elc files and update all autoloads.Karl Heuer1996-01-091-37/+43
|
* (locallisppath): Put version-specific dir first.Karl Heuer1996-01-091-5/+26
| | | | | | (hppa-*-nextstep*): New alternative. (USE_X_TOOLKIT): By default, set this to "maybe"; and change that later to LUCID or "no" according to X11 version.
* (Fexecute_kbd_macro): Reindent properly.Erik Naggum1996-01-091-4/+5
|
* (Fapropos_internal): Fix previous change.Karl Heuer1996-01-091-1/+1
|
* (Fdefine_abbrev_table): Fix previous change.Karl Heuer1996-01-091-5/+4
|
* (Fset_char_table_parent): Fix previous change.Karl Heuer1996-01-091-1/+1
|
* (Flognot): Fix previous change.Karl Heuer1996-01-091-1/+1
|
* (Fmake_symbol): Harmonize arguments with documentation (correctly).Erik Naggum1996-01-091-1/+1
|
* (Fexecute_kbd_macro): Local var `pdlcount' renamed fromKarl Heuer1996-01-091-4/+5
| | | | `count' to remove collision with recently renamed argument.
* (Fmake_symbol): Harmonize arguments with documentation.Erik Naggum1996-01-091-3/+3
|
* (Feval_buffer, Feval_region, Fintern, Fintern_soft): Harmonize argumentsErik Naggum1996-01-091-19/+19
| | | | with documentation.
* (Frandom, Flength, Felt, Fsort, Fchar_table_subtype, Fchar_table_parent,Erik Naggum1996-01-091-96/+96
| | | | | | Fset_char_table_parent, Fchar_table_extra_slot, Fset_char_table_extra_slot, Fchar_table_range, Fset_char_table_range, Fmap_char_table, Fmapconcat, Fmapcar): Harmonize arguments with documentation.
* (Fpixmap_spec_p): Harmonize arguments with documentation.Erik Naggum1996-01-091-12/+12
|
* (Fwindowp, Fwindow_live_p, Fother_window, Fenlarge_window, Fshrink_window,Erik Naggum1996-01-091-50/+50
| | | | | | Fscroll_up, Fscroll_down, Fscroll_other_window, Fscroll_left, Fscroll_right, Frecenter, Fwindow_configuration_p): Harmonize arguments with documentation.
* (Ftext_properties_at, Fget_text_property, Fget_char_property,Erik Naggum1996-01-091-88/+88
| | | | | | | | Fnext_property_change, Fnext_single_property_change, Fprevious_property_change, Fprevious_single_property_change, Fadd_text_properties, Fput_text_property, Fset_text_properties, Fremove_text_properties, Ftext_property_any, Ftext_property_not_all): Harmonize arguments with documentation.
* (Fsyntax_table_p, Fchar_syntax, Fmatching_paren, Fmodify_syntax_entry):Erik Naggum1996-01-091-22/+23
| | | | Harmonize arguments with documentation.
* (Fmatch_end, Fregexp_quote): Harmonize arguments with documentation.Erik Naggum1996-01-091-16/+20
|
* (Fprocessp, Fget_buffer_process, Fdelete_process, Fprocess_status,Erik Naggum1996-01-091-100/+100
| | | | | | | | Fprocess_exit_status, Fprocess_id, Fprocess_name, Fprocess_command, Fprocess_tty_name, Fset_process_buffer, Fprocess_buffer, Fprocess_mark, Fset_process_filter, Fprocess_filter, Fset_process_sentinel, Fprocess_sentinel, Fset_process_window_size, Fprocess_kill_without_query, Faccept_process_output): Harmonize arguments with documentation.
* (Fwrite_char, Fprin1, Fprin1_to_string, Fprinc, Fprint): HarmonizeErik Naggum1996-01-091-25/+25
| | | | arguments with documentation.
* (Ftry_completion, Fall_completions, Fcompleting_read): Harmonize argumentsErik Naggum1996-01-091-16/+15
| | | | with documentation.
* (Fset_marker): Harmonize arguments with documentation.Erik Naggum1996-01-091-8/+8
|
* (Fend_kbd_macro, Fexecute_kbd_macro): Harmonize arguments withErik Naggum1996-01-091-15/+15
| | | | documentation.
* (Fkeymapp, Fdefine_prefix_command, Faccessible_keymaps,Erik Naggum1996-01-091-21/+21
| | | | | Ftext_char_description, Fapropos_internal): Harmonize arguments with documentation.
* (Fevent_convert_list, Fcommand_execute): Harmonize arguments withErik Naggum1996-01-091-9/+9
| | | | documentation.
* (Findent_to): Harmonize arguments with documentation.Erik Naggum1996-01-091-10/+10
|
* (Fhandle_switch_frame, Fset_frame_height): Harmonize arguments withErik Naggum1996-01-091-9/+9
| | | | documentation.
* (Fbessel_jn, Fbessel_yn): Harmonize arguments with documentation.Erik Naggum1996-01-091-10/+10
|
* (Flock_buffer, Ffile_locked_p): Harmonize arguments with documentation.Erik Naggum1996-01-091-11/+11
|
* (Ffile_name_directory, Ffile_name_nondirectory, Ffile_name_as_directory,Erik Naggum1996-01-091-131/+131
| | | | | | | | Fdirectory_file_name, Fexpand_file_name, Fsubstitute_in_file_name, Fcopy_file, Fmake_directory_internal, Fdelete_directory, Fdelete_file, Frename_file, Fadd_name_to_file, Fdefine_logical_name, Ffile_modes, Fset_file_modes, Fset_default_file_modes, Fdo_auto_save, Fread_file_name): Harmonize arguments with documentation.
* (Fmacroexpand, Fthrow, Fbacktrace_frame): Harmonize arguments withErik Naggum1996-01-091-11/+11
| | | | documentation.
* (Fdump_emacs_data, Fdump_emacs): Harmonize arguments with documentation.Erik Naggum1996-01-091-16/+16
|
* (Fchar_to_string, Fstring_to_char, Fgoto_char, Fencode_time, Finsert_char,Erik Naggum1996-01-091-74/+74
| | | | | | | Fbuffer_substring, Fbuffer_substring_no_properties, Finsert_buffer_substring, Fdelete_region, Fnarrow_to_region): Harmonize arguments with documentation. (Fformat_time_string): Allow TIME to default to current time.
* (Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard): HarmonizeErik Naggum1996-01-091-43/+43
| | | | arguments with documentation.
* (Fdocumentation, Fdocumentation_property, Fsubstitute_command_keys):Erik Naggum1996-01-091-23/+23
| | | | Harmonize arguments with documentation.
* (Fsend_string_to_terminal, Fsit_for): Harmonize arguments withErik Naggum1996-01-091-6/+6
| | | | documentation.
* (Fdirectory_files, Ffile_name_completion, Ffile_name_all_completions,Erik Naggum1996-01-091-31/+31
| | | | Ffile_name_all_versions): Harmonize arguments with documentation.
* (Fboundp, Ffboundp, Fmakunbound, Ffmakunbound, Fsymbol_plist, Fsymbol_name,Erik Naggum1996-01-091-238/+238
| | | | | | | | | | Ffset, Fdefalias, Fdefine_function, Fsetplist, store_symval_forwarding, swap_in_symval_forwarding, find_symbol_value, Fsymbol_value, Fset, default_value, Fdefault_boundp, Fdefault_value, Fset_default, Fsetq_default, Fmake_variable_buffer_local, Fmake_local_variable, Fkill_local_variable, Flocal_variable_p, Flocal_variable_if_set_p, Faref, Faset, Fzerop, Fnumber_to_string, Fstring_to_number, Frem, Fmod, Fadd1, Fsub1, Flognot): Harmonize arguments with documentation.
* (Fforward_line, Fbeginning_of_line, Fend_of_line, Fdelete_char,Erik Naggum1996-01-091-37/+37
| | | | Fdelete_backward_char): Harmonize arguments with documentation.
* (Fcase_table_p): Harmonize arguments with documentation.Erik Naggum1996-01-091-8/+8
|
* (Fupcase_region, Fdowncase_region, Fcapitalize_region,Erik Naggum1996-01-091-12/+12
| | | | Fupcase_initials_region): Harmonize arguments with documentation.
* (Fcall_interactively, Fprefix_numeric_value): Harmonize arguments withErik Naggum1996-01-091-5/+5
| | | | documentation.
* (Fbyte_code): Harmonize arguments with documentation.Erik Naggum1996-01-091-2/+3
|
* (Fmake_indirect_buffer, Fset_buffer_major_mode, Fpop_to_buffer,Erik Naggum1996-01-091-21/+20
| | | | Fbury_buffer, Foverlay_get): Harmonize arguments with documentation.
* (Fdefine_global_abbrev, Fdefine_mode_abbrev, Fabbrev_symbol,Erik Naggum1996-01-091-20/+20
| | | | | Finsert_abbrev_table_description, Fdefine_abbrev_table): Harmonize arguments with documentation.
* Initial revisionKarl Heuer1996-01-081-0/+201
|
* (Man-filter-list): Recognize "Rev" footers.Karl Heuer1996-01-081-0/+1
|
* (uniquify-rationalize-file-buffer-names): IfKarl Heuer1996-01-081-1/+2
| | | | newbuffile is nil, don't call expand-file-name on it.
* (PTY_TTY_NAME_SPRINTF): Make failure non-fatal.Karl Heuer1996-01-081-11/+11
|
* (unexec) [SOLARIS2]: Undo relocations performed by theKarl Heuer1996-01-081-0/+34
| | | | runtime linker.