1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
Commit graph

8194 commits

Author SHA1 Message Date
Kenichi Handa
bbd29cfebd (Fcall_process): Set Vlast_coding_system_used after
reading from the process.
1997-12-09 04:12:03 +00:00
Kenichi Handa
3fac5a51f7 (Fget_unused_iso_final_char): New function.
(syms_of_charset): Declare it as a Lisp function.
1997-12-09 04:12:03 +00:00
Kenichi Handa
774324d66c (setup_coding_system): Do not set
Vlast_coding_system_used here.
(decode_coding_sjis_big5): Decode Big5 text of CR only end-of-line
correctly.
1997-12-09 04:12:03 +00:00
Kenichi Handa
486b111b20 (read_process_output): Fix previous change, i.e, if
proc_encode_coding_system[p->outfd] is NULL, instead of allocating
`struct coding_system' for encoding, just skip setting up coding
system for encoding.  Set Vlast_coding_system_used after some text
is read.
(send_process): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.
1997-12-09 04:12:03 +00:00
Kenichi Handa
b56567b5fd (Finsert_file_contents): Set Vlast_coding_system_used
before calling Vafter_insert_file_functions.
(Fwrite_region): Set Vlast_coding_system_used after deciding a
coding system to be used for encoding.
1997-12-09 04:12:03 +00:00
Kenichi Handa
ee11256720 (Fexecute_extended_command): Fix previous change. 1997-12-08 06:58:14 +00:00
Karl Heuer
ea4496e6c5 (read_process_output): Allocate for coding system, if
not already done.
1997-12-08 01:35:12 +00:00
Karl Heuer
03effc232e (main): Fix the stack-limit code to calculate
the ratio for re_max_failures accurately and leave some extra slack.
1997-12-04 05:53:41 +00:00
Karl Heuer
83f0c0c72d (Feval_region): Doc correction (point does not move). 1997-12-04 04:49:06 +00:00
Karl Heuer
23ce248659 Fix comment (avoid spurious "unterminated comment" warning) 1997-12-04 03:36:09 +00:00
Karl Heuer
cd67c79783 Comment fix (to avoid "unterminated comment" warning). 1997-12-04 03:30:03 +00:00
Andreas Schwab
6b53bb8563 (create_process, deactivate_process, close_process_descs):
(kill_buffer_processes, status_notify): Return void.
(Fstart_process): Cast arg to create_process.
1997-11-28 14:53:09 +00:00
Andreas Schwab
6e06877087 (describe_map): Fix decl of arg ELT_DESCRIBER. 1997-11-28 14:50:36 +00:00
Andreas Schwab
91a0da0266 (Fsuspend_emacs): Cast init_sys_modes when calling
record_unwind_protect.
1997-11-28 14:48:28 +00:00
Andreas Schwab
590034f994 (reset_sigio): Return void. 1997-11-28 14:45:07 +00:00
Andreas Schwab
045ba794d5 (do_autoload): Return void. 1997-11-28 14:39:13 +00:00
Andreas Schwab
3d03cf9fdb (internal_with_output_to_temp_buffer):
Don't declare arg type taken by 2nd arg.
1997-11-28 14:37:15 +00:00
Andreas Schwab
d53152829b (message): Declare a as char *[3]. 1997-11-28 14:34:52 +00:00
Andreas Schwab
d457598bf6 (malloc_warning, display_malloc_warning): Return void.
(memory_full, free_cons, free_marker): Likewise.
1997-11-28 14:32:30 +00:00
Kenichi Handa
71a956a614 (describe_vector): Declaration fixed (delete `.' at the
tail of type `void'.
(fix_submap_inheritance): Declare it as void.
1997-11-27 12:39:03 +00:00
Kenichi Handa
ff1aa840a4 (record_delete, record_marker_adjustment): Declare them as void. 1997-11-27 12:19:39 +00:00
Kenichi Handa
90dd3e4f46 (record_change, record_first_change,
record_property_change): Declare it as void.
1997-11-27 12:16:08 +00:00
Kenichi Handa
c9667ae1a9 (invalidate_current_column): Declare it as void. 1997-11-27 12:12:50 +00:00
Kenichi Handa
5d01d666bd (report_file_error): Declare it as void. 1997-11-27 12:10:31 +00:00
Kenichi Handa
d07e080270 (unlock_buffer): Declare it as void. 1997-11-27 12:07:07 +00:00
Kenichi Handa
01136e9b14 (nsberror, record_buffer, validate_region,
fix_overlay_before): Declare them as void.
1997-11-27 12:04:49 +00:00
Kenichi Handa
0863319442 (discard_tty_input, init_baud_rate,
wait_for_termination, flush_pending_output, child_setup_tty,
sys_suspend, sys_subshell, init_sigio, request_sigio,
unrequest_sigio, init_sys_modes, get_frame_size, reset_sys_modes,
setup_pty): Declare them as void.
1997-11-27 12:00:42 +00:00
Kenichi Handa
9c3a251405 (Fexecute_extended_command): Give Voverriding_local_map as the
first arg to Faref.
1997-11-27 11:38:17 +00:00
Kenichi Handa
07a592697d (echo_now, record_auto_save, cmd_error_internal,
start_polling, stop_polling, bind_polling_period,
timer_start_idle, timer_stop_idle, gobble_input,
record_asynch_buffer_change, clear_input_pending,
stuff_buffered_input, clear_waiting_for_input,
quit_throw_to_read_char): Declare these as void.
(Fsuspend_emacs): Delete unnecessary extern declaration for
init_sys_mode.
1997-11-27 11:26:45 +00:00
Kenichi Handa
5e8e68ceec (x_make_frame_visible): Give dummy arg to
input_poll_signal.
1997-11-27 08:32:40 +00:00
Kenichi Handa
8991bb31f8 (redisplay_preserve_echo_area): Declare it as void. 1997-11-27 08:15:40 +00:00
Kenichi Handa
c4a4e28fbd (strwidth): Remove extra argument to buffer_display_table. 1997-11-27 08:14:56 +00:00
Ulrich Drepper
4c102007b5 automatically generated from GPLed version 1997-11-26 05:04:06 +00:00
Andreas Schwab
f6469851ec (SPLIT_STRING): Remove extra argument to
split_non_ascii_string.
1997-11-25 14:09:14 +00:00
Andreas Schwab
5e14b1fc03 Add prototypes.
(delete_window): Fix return type.
(set_window_height): Likewise.
(set_window_width): Likewise.
(change_window_height): Likewise.
1997-11-25 14:06:38 +00:00
Andreas Schwab
44d4653154 (Fx_disown_selection_internal): Fix type of EVENT. 1997-11-25 13:48:10 +00:00
Andreas Schwab
4c571d0903 Add prototypes. 1997-11-25 13:44:34 +00:00
Andreas Schwab
35a05ccae6 Add prototypes.
(save_signal_handlers): Make static.
(restore_signal_handlers): Likewise.
1997-11-25 13:38:04 +00:00
Andreas Schwab
bf1760bb9d Include "intervals.h" for prototypes. 1997-11-25 13:28:06 +00:00
Richard M. Stallman
189987107d (free_fontset_data): Don't free null pointer. 1997-11-25 04:49:10 +00:00
Paul Eggert
00a626598b ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime. 1997-11-24 19:50:22 +00:00
Paul Eggert
fc5b5c51b2 (strftime.o):
No need to compile with -Dstrftime=emacs_strftime any more.
1997-11-24 19:50:22 +00:00
Paul Eggert
b771d0da6d (emacs_strftime): New decl.
(Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on locale;
don't use actual chars to describe %n and %t.
1997-11-24 19:50:22 +00:00
Paul Eggert
9284a0764b (HAVE_STRFTIME): New undef. 1997-11-24 19:50:22 +00:00
Karl Heuer
527a32d98e (back_comment): Handle 2-char comment starts
when reaching the first of the pair.
1997-11-23 02:18:34 +00:00
Andreas Schwab
69248761c1 (copy_keymap_1): Fix return type.
(accessible_keymaps_char_table): Likewise.
(where_is_internal_2): Likewise.
(describe_vector_princ): Likewise.
(Ftext_char_description): Fix type of `str'.
(describe_vector): Likewise.  Protoize parameter.
1997-11-21 15:18:28 +00:00
Andreas Schwab
d748a3dbdc Add prototypes and more function declarations. 1997-11-21 15:12:34 +00:00
Andreas Schwab
0c60dfd7b4 (traverse_intervals): Protoize parameter. 1997-11-21 15:07:57 +00:00
Andreas Schwab
fd6a330f5e Protoize function declarations. 1997-11-21 15:06:01 +00:00
Andreas Schwab
5771dcf40d Protoize functions declarations. 1997-11-21 15:01:36 +00:00