aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * fileio.c (Fmake_directory_internal): Remove extra paren before theJim Blandy1992-11-031-1/+1
* * ange-ftp.el: Tighten the regular expression used inJim Blandy1992-11-031-3/+3
* (isearch-search): Handle all sorts of errors from regexp search.Richard M. Stallman1992-11-011-3/+10
* (Fmake_directory_internal): Renamed from Fmake_directory.Richard M. Stallman1992-10-311-4/+5
* (byte-compile-lambda):Richard M. Stallman1992-10-311-3/+10
* * xterm.h (x_screen_count, x_release, x_screen_height,Jim Blandy1992-10-311-8/+8
* * xterm.c (x_convert_modifiers): Declare this to return anJim Blandy1992-10-311-10/+10
* * xselect.c (own_selection): selection_type is an X Atom value,Jim Blandy1992-10-311-4/+9
* * xfns.c (x_decode_color, Fx_color_display_p): x_screen_planes isJim Blandy1992-10-311-17/+20
* * xdisp.c (redisplay): Use ! EQ to compare the old and new arrowJim Blandy1992-10-311-57/+48
* * window.h (make_window, window_from_coordinates,Jim Blandy1992-10-311-0/+3
* * window.c (Fwindow_width, Fset_window_hscroll): Use accessors onJim Blandy1992-10-311-10/+10
* * undo.c (record_insert): Use accessors on BEG and LENGTH.Jim Blandy1992-10-311-7/+8
* * search.c (Fstore_match_data): Don't assume Flength returns anJim Blandy1992-10-311-1/+1
* * process.c: (status_convert): Declare this to return aJim Blandy1992-10-311-13/+12
* * print.c (print): Cast the frame's address to an integer beforeJim Blandy1992-10-311-1/+1
* * minibuf.c (read_minibuf): Use EQ to compare, not ==.Jim Blandy1992-10-311-2/+2
* * lread.c (read_char): Add an extern declaration for this,Jim Blandy1992-10-311-0/+2
* * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist,Jim Blandy1992-10-311-8/+17
* * keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assumeJim Blandy1992-10-311-21/+52
* * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,Jim Blandy1992-10-311-0/+5
* * keyboard.c: #include dispextern.h.Jim Blandy1992-10-311-151/+202
* * frame.c: #include buffer.h.Jim Blandy1992-10-311-0/+1
* * fns.c: #include keyboard.h.Jim Blandy1992-10-311-1/+2
* * floatfns.c (Flog): Don't forget to declare the BASE argument aJim Blandy1992-10-311-2/+3
* * doc.c: #include keyboard.h.Jim Blandy1992-10-311-8/+17
* * dispextern.h (sit_for): Declare this extern.Jim Blandy1992-10-311-0/+1
* * dired.c (find_file_handler): Declare this extern.Jim Blandy1992-10-311-2/+4
* * data.c (Fset): See if current_alist_element points to itselfJim Blandy1992-10-311-1/+4
* * commands.h (unread_command_char): Declare this to be aJim Blandy1992-10-311-1/+1
* * casetab.c (set_case_table): Declare this to be static, andJim Blandy1992-10-311-2/+5
* * casefiddle.c (operate_on_word): Declare end to be an int, not aJim Blandy1992-10-311-2/+2
* * callproc.c: Arrange for synchronous processes to get SIGINT theJim Blandy1992-10-311-7/+28
* * bytecode.c (Fbyte_code): Use EQ to compare string_saved withJim Blandy1992-10-311-1/+1
* * buffer.h (Fbuffer_name, Fget_file_buffer): Added externalJim Blandy1992-10-311-1/+4
* * buffer.c (reset_buffer): Don't assign to b->save_length as if itJim Blandy1992-10-311-1/+1
* * alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.Jim Blandy1992-10-311-0/+1
* * abbrev.c (Funexpand_abbrev): Just assign the last abbrev's valueJim Blandy1992-10-311-1/+3
* (preserved_fns): New var.Richard M. Stallman1992-10-301-3/+47
* Doc fix.Richard M. Stallman1992-10-301-2/+6
* (get_system_name): Use gethostname for USG systemsRichard M. Stallman1992-10-291-2/+12
* (count_blanks): Leave argument r constant, and increment p.Richard M. Stallman1992-10-291-4/+4
* (vc-admin): Pass t as noquery arg to vc-resynch-window.Richard M. Stallman1992-10-281-2/+6
* Initial revisionRichard M. Stallman1992-10-281-0/+45
* (HAVE_GETHOSTNAME): Define it.Richard M. Stallman1992-10-281-0/+4
* (HAVE_SETSID, IRIX): Defined.Richard M. Stallman1992-10-281-0/+9
* *** empty log message ***Jim Blandy1992-10-281-14/+10
* (manual-program): Always use /usr/ucb/man if that exists.Richard M. Stallman1992-10-281-1/+3
* (fortran-window-create): Use screen-width, not frame-width.Richard M. Stallman1992-10-271-2/+2
* (fortran-prepare-abbrev-list-buffer): Fix typo.Richard M. Stallman1992-10-271-1/+1