- 31 Oct, 1992 26 commits
-
-
Jim Blandy authored
(truncate_undo_list): Use NILP, not == Qnil.
-
Jim Blandy authored
integer.
-
Jim Blandy authored
Lisp_Object at the top of the file. (decode_status): Don't untag XCONS (tem)->cdr before storing it in tem; tem is a Lisp_Object, too. (process_send_signal): Declare this to be static void. Don't return Qnil; nobody cares. (sigchld_handler): Use XFASTINT to manipulate p->infd. * process.c (pty_process): Variable deleted; it's no longer used. (syms_of_process): Don't initialize it.
-
Jim Blandy authored
passing it to sprintf to form the frame's printed form.
-
Jim Blandy authored
(temp_echo_area_glyphs): Use XFASTINT to assign to unread_command_char.
-
Jim Blandy authored
indicating that it returns a Lisp_Object.
-
Jim Blandy authored
Fmake_byte_code, Fverify_visited_file_modtime, Ffile_exists_p, Fdirectory_file_name, Ffile_name_directory, expand_and_dir_to_file, Ffile_accessible_directory_p, Fbyte_code, Fundo_boundary, truncate_undo_list): Add extern declarations for these. * lisp.h (DEFVARLISP, DEFVARBOOL, DEFVARINT, DEFVARPERBUFFER): Removed these definitions; we should be using the versions whose names use underscores.
-
Jim Blandy authored
that Flength returns an integer. * keymap.c: Deal with autoloaded keymaps properly. (get_keymap_1): Renamed to inner_get_keymap; made static. New argument AUTOLOAD says to pursue autoloads if non-zero. (Fkeymapp, get_keymap, get_keyelt, Flookup_key): Ask get_keymap_1 not to perform autoloads. (Fdefine_key): Ask get_keymap_1 to perform autoloads. Since autoloading may GC, remember that we have to GCPRO our local variables now. (Fminor_mode_key_binding): Call get_keymap instead of calling get_keymap_1 with equivalent arguments.
-
Jim Blandy authored
Fmouse_click_p, read_char): Add external declarations for these.
-
Jim Blandy authored
(recursive_edit_unwind, command_loop, Fthis_command_keys): Declare these to return Lisp_Objects at the very top of the file, to avoid having them implicitly declared as ints. (echo_char): Use EQ to compare C to help_char. (read_char): Remember to apply XFASTINT to the return value of Flength before using it. Apply XINT to c when clearing its high bits and meta bits, and when writing it to the dribble file. (read_char_menu_prompt): Use EQ to compare obj with menu_prompt_more_char and its control-character analog. (read_key_sequence): Declare PROMPT to be char *, not a Lisp_Object. Use the appropriate accessors on keybuf when looking for ASCII function key sequences. * keyboard.c (echobuf): Make this 300 characters, not 100. This isn't a real fix, but it's quick. * keyboard.c (read_char): When returning an unread switch-frame event, jump to reread_first to return it, rather than reread; this makes sure the event gets echoed (if appropriate) and goes into this_command_keys. * keyboard.c (read_key_sequence): If the key sequence starts with a mouse click, read the key sequence using the keymaps of the buffer clicked on, not the current buffer. * keyboard.c (unread_switch_frame): Make this static, to indicate that nobody outside of this file uses it. * keyboard.c (follow_key): Ask get_keymap_1 to perform autoloads. (read_key_sequence): When pursuing potential bindings in the function key map, ask get_keymap_1 to perform autoloading. This is hardly important, but it's consistent.
-
Jim Blandy authored
-
Jim Blandy authored
(Fdelete): Check if Fequal returns Qnil, not zero.
-
Jim Blandy authored
Lisp_Object. * floatfns.c (Fexpt): Don't return the value of the XSET function call; that's not guaranteed to be the value assigned.
-
Jim Blandy authored
* doc.c (Fsubstitute_command_keys): Ask get_keymap_1 to perform autoloads. Autoloading might GC; we need to GCPRO our local variables now. (Fdocumentation, Fdocumentation_property): Autoloading in Fsubstitute_command_keys might GC; we need to GCPRO our local variables now.
-
Jim Blandy authored
-
Jim Blandy authored
(Ffile_attributes): Use NILP, not == Qnil. * dired.c (Ffile_attributes): Doc fix.
-
Jim Blandy authored
using EQ, not ==. (float_arith_driver): Declare this extern above arith_driver.
-
Jim Blandy authored
Lisp_Object, not an int.
-
Jim Blandy authored
return a Lisp_Object. Add static declaration for this before Fset_case_table and Fset_standard_case_table. (Fset_case_table, Fset_standard_case_table): Return the return value of set_case_table, instead of returning garbage.
-
Jim Blandy authored
Lisp_Object.
-
Jim Blandy authored
first time the user quits, or SIGKILL if the user quits again. #include "syssignal.h". (call_process_kill): New function. (call_process_cleanup): Send SIGINT to the subprocess, and then arrange to call call_process_kill if the user quits while we wait for it to terminate. (Fcall_process, Fcall_process_region): Doc fix.
-
Jim Blandy authored
bytestr. * bytecode.c (Fbyte_code): When metering the Bcall opcodes, make sure the count on the symbol's `byte-code-meter' property does not overflow. * bytecode.c (syms_of_bytecode): Add a docstring for byte-metering-on.
-
Jim Blandy authored
declarations. * buffer.h (struct buffer_local_types): This declaration needed an extern qualifier.
-
Jim Blandy authored
were an int; use XFASTINT.
-
Jim Blandy authored
-
Jim Blandy authored
to val; don't use XSET. Make sure that the value of the abbrev-symbol is a string.
-
- 30 Oct, 1992 2 commits
-
-
Richard M. Stallman authored
(Fcall_interactively): Preserve fns listed in preserved_fns when they appear in an interactive spec which is a call to `list'. (syms_of_callint): Set preserved_fns and staticpro it.
-
Richard M. Stallman authored
-
- 29 Oct, 1992 2 commits
-
-
Richard M. Stallman authored
if HAVE_GETHOSTNAME is defined.
-
Richard M. Stallman authored
-
- 28 Oct, 1992 6 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(HAVE_GETHOSTNAME): Define it.
-
Jim Blandy authored
-
Richard M. Stallman authored
-
- 27 Oct, 1992 4 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(unexec): #if 0 the error check of hdr.fhdr.f_nscns. Clear text_section->s_scnptr.
-
Richard M. Stallman authored
(fortran-analyze-file-format): Bind i. (fortran-tab-mode-string): Add defvar. (fortran-tab-mode): Use `arg' as variable, not as function. (fortran-prepare-abbrev-list-buffer): New function. (fortran-abbrev-help): Call that.
-