bpt/emacs.git
29 years ago* buffer.h (struct buffer): New members: newline_cache,
Jim Blandy [Sat, 8 Oct 1994 22:12:45 +0000 (22:12 +0000)]
* buffer.h (struct buffer): New members: newline_cache,
width_run_cache, width_table, and cache_long_line_scans.

29 years ago* buffer.c: #include region-cache.h.
Jim Blandy [Sat, 8 Oct 1994 22:12:12 +0000 (22:12 +0000)]
* buffer.c: #include region-cache.h.
(Fget_buffer_create): Initialize new members of struct buffer.
(Fkill_buffer): Free memory occupied by caches.
(init_buffer_once): Set default value for cache_long_line_scans in
buffer_defaults, and give it a bit in buffer_local_flags.
(syms_of_buffer): Add DEFVAR_PER_BUFFER for cache_long_line_scans.

29 years ago* Makefile.in.in (obj) Add region-cache.o to the list of files.
Jim Blandy [Sat, 8 Oct 1994 22:11:16 +0000 (22:11 +0000)]
* Makefile.in.in (obj) Add region-cache.o to the list of files.
(region-cache.o): New target.
(buffer.o, indent.o, search.o): Depend on region-cache.h.

29 years agoDocument cache-long-line-scans in @node Text Lines.
Jim Blandy [Sat, 8 Oct 1994 22:09:57 +0000 (22:09 +0000)]
Document cache-long-line-scans in @node Text Lines.
Cross-reference it in @node Screen Lines.

29 years agoAdded entry for cache-long-line-scans
Jim Blandy [Sat, 8 Oct 1994 22:06:23 +0000 (22:06 +0000)]
Added entry for cache-long-line-scans

29 years ago(file_name_completion): Ignore files "." and ".." in first pass.
Richard M. Stallman [Sat, 8 Oct 1994 09:52:08 +0000 (09:52 +0000)]
(file_name_completion): Ignore files "." and ".." in first pass.
(Ffile_name_completion): Perform the completion even if the
name part is empty.

29 years ago(test_completion): New function, extracted from do_completion.
Richard M. Stallman [Sat, 8 Oct 1994 09:51:31 +0000 (09:51 +0000)]
(test_completion): New function, extracted from do_completion.
(do_completion): Use test_completion.
(Fminibuffer_complete_and_exit): If completion is already
exact, don't try to complete it.

29 years ago(add-log-current-defun): In texinfo-mode,
Richard M. Stallman [Sat, 8 Oct 1994 09:00:51 +0000 (09:00 +0000)]
(add-log-current-defun): In texinfo-mode,
handle the case of no commas after @node.

29 years ago(inhibit_local_menu_bar_menus): New variable.
Richard M. Stallman [Sat, 8 Oct 1994 04:30:15 +0000 (04:30 +0000)]
(inhibit_local_menu_bar_menus): New variable.
(read_char_x_menu_prompt): Optionally don't use local maps.
(syms_of_keyboard): Set up Lisp variable.

29 years ago(fit_to_screen): Don't put the menu off the left or top.
Richard M. Stallman [Sat, 8 Oct 1994 04:16:17 +0000 (04:16 +0000)]
(fit_to_screen): Don't put the menu off the left or top.

29 years ago(rmail-delete-forward): Use rmail-select-summary.
Richard M. Stallman [Sat, 8 Oct 1994 04:12:07 +0000 (04:12 +0000)]
(rmail-delete-forward): Use rmail-select-summary.

29 years agoAdd a tip about enabling/disabling features.
Richard M. Stallman [Fri, 7 Oct 1994 23:42:52 +0000 (23:42 +0000)]
Add a tip about enabling/disabling features.

29 years ago(enum Lisp_Misc_Type): New type.
Karl Heuer [Fri, 7 Oct 1994 21:44:51 +0000 (21:44 +0000)]
(enum Lisp_Misc_Type): New type.
(struct Lisp_Marker): Add a member of that type.  Delete unused member
`modified'.

29 years ago(make_gap): Keep input blocked till after we set BEG_ADDR.
Richard M. Stallman [Fri, 7 Oct 1994 17:40:50 +0000 (17:40 +0000)]
(make_gap): Keep input blocked till after we set BEG_ADDR.

29 years agoRe-delete code deleted in rms's Oct 5 change.
Richard M. Stallman [Fri, 7 Oct 1994 17:38:03 +0000 (17:38 +0000)]
Re-delete code deleted in rms's Oct 5 change.

29 years ago(compilation-mode-font-lock-keywords,
Richard M. Stallman [Fri, 7 Oct 1994 10:23:26 +0000 (10:23 +0000)]
(compilation-mode-font-lock-keywords,
rmail-summary-font-lock-keywords, dired-font-lock-keywords,
shell-font-lock-keywords, texi-font-lock-keywords,
perl-font-lock-keywords): Deleted.

(font-lock-mode): Doc fix; use add/remove-hook, not
setq; removed make-local-variable of font-lock-no-comments.
(font-lock-set-defaults): Do it there, and use:
(font-lock-defaults-alist): Use it to set font-lock-keywords,
font-lock-keywords-case-fold-search and font-lock-no-comments.
(turn-on-font-lock): New function.
(font-lock-fontify-buffer): Made interruptible; deleted messages.

(font-lock-fontify-region): Made syntax state reliable
by widening within new restriction; let cstart and cend for speed;
outputs message.
(font-lock-after-change-function): Remove spurious goto-char and use
forward-line, not 1+ end-of-line, for end of fontification region.
(font-lock-any-properties-p): Removed, use text-property-not-all.

(font-lock-*-face): facename values are themselves.
(font-lock-variable-name-face, font-lock-reference-face): New vars.
(font-lock-doc-string-face): Removed.
(font-lock-keywords): Extended value syntax.
(font-lock-hack-keywords): Cope with it; outputs initial message.

Merged in face-lock.el:
(font-lock-display-type, font-lock-background-mode)
(font-lock-face-attributes): New variables, use it.
(font-lock-make-face): New function, use them.

29 years ago(comint-check-proc): Recognise `open'.
Richard M. Stallman [Fri, 7 Oct 1994 10:20:37 +0000 (10:20 +0000)]
(comint-check-proc): Recognise `open'.
(comint-exec): Use open-network-stream if command is a cons pair.

29 years ago(pascal-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 10:10:07 +0000 (10:10 +0000)]
(pascal-font-lock-keywords):  New variable.
(pascal-mode): Set comment-start-skip and comment-end.
Set font-lock-keywords locally.

29 years ago(perl-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 10:08:48 +0000 (10:08 +0000)]
(perl-font-lock-keywords): New variable.

(perl-mode): Set font-lock-keywords locally.

29 years ago(asm-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 10:07:02 +0000 (10:07 +0000)]
(asm-font-lock-keywords): New variable.

(asm-mode): Set font-lock-keywords locally.

29 years ago(texinfo-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 10:05:49 +0000 (10:05 +0000)]
(texinfo-font-lock-keywords): New variable.

(texinfo-mode): Set font-lock-keywords locally.

29 years ago(shell-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 10:04:06 +0000 (10:04 +0000)]
(shell-font-lock-keywords): New variable.

(shell-mode): Set font-lock-keywords locally.

29 years ago(dired-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 10:02:04 +0000 (10:02 +0000)]
(dired-font-lock-keywords): New variable.

(dired-mode): Set font-lock-keywords locally.

29 years ago(mail-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 10:00:00 +0000 (10:00 +0000)]
(mail-font-lock-keywords): New variable.

(mail-mode): Set font-lock-keywords locally.

29 years ago(rmail-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 09:59:00 +0000 (09:59 +0000)]
(rmail-font-lock-keywords): New variable.

(rmail-variables): Set font-lock-keywords locally.

29 years ago(rmail-summary-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 09:56:40 +0000 (09:56 +0000)]
(rmail-summary-font-lock-keywords): New variable.

(rmail-summary-mode): Set font-lock-keywords locally.

29 years ago(outline-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 09:54:58 +0000 (09:54 +0000)]
(outline-font-lock-keywords): New variable.

(outline-mode): Set font-lock-keywords locally.

29 years ago(change-log-mode): Set font-lock-keywords locally.
Richard M. Stallman [Fri, 7 Oct 1994 09:53:28 +0000 (09:53 +0000)]
(change-log-mode): Set font-lock-keywords locally.

(change-log-font-lock-keywords): New variable.

29 years ago(compilation-mode-font-lock-keywords): New variable.
Richard M. Stallman [Fri, 7 Oct 1994 09:52:36 +0000 (09:52 +0000)]
(compilation-mode-font-lock-keywords): New variable.

(compilation-mode): Use kill-all-local-variables.
Set font-lock-keywords locally.

29 years ago(sh-font-lock-keywords): Default to nil.
Richard M. Stallman [Fri, 7 Oct 1994 09:49:47 +0000 (09:49 +0000)]
(sh-font-lock-keywords): Default to nil.

29 years ago(check_writable, check_executable): Test HAVE_EACCESS.
Richard M. Stallman [Fri, 7 Oct 1994 08:42:25 +0000 (08:42 +0000)]
(check_writable, check_executable): Test HAVE_EACCESS.

29 years ago(eaccess): Check for it.
Richard M. Stallman [Fri, 7 Oct 1994 08:40:00 +0000 (08:40 +0000)]
(eaccess): Check for it.

29 years ago(HAVE_EACCESS): Add #undef.
Richard M. Stallman [Fri, 7 Oct 1994 08:36:40 +0000 (08:36 +0000)]
(HAVE_EACCESS): Add #undef.

(HAVE_MKTIME): Add #undef.

29 years agoPatch to handle old Convex systems (without uname).
Per Bothner [Fri, 7 Oct 1994 01:03:20 +0000 (01:03 +0000)]
Patch to handle old Convex systems (without uname).

29 years ago(Lisp_Void, VOIDP): Deleted.
Karl Heuer [Thu, 6 Oct 1994 23:09:17 +0000 (23:09 +0000)]
(Lisp_Void, VOIDP): Deleted.

29 years ago(Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):
Karl Heuer [Thu, 6 Oct 1994 23:07:57 +0000 (23:07 +0000)]
(Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):
Don't check for Lisp_Void; nothing ever creates that type.

29 years ago(Fbyte_code): Delete case Lisp_Void.
Karl Heuer [Thu, 6 Oct 1994 23:01:51 +0000 (23:01 +0000)]
(Fbyte_code): Delete case Lisp_Void.

29 years ago(mark_object): Delete case Lisp_Void.
Karl Heuer [Thu, 6 Oct 1994 22:59:55 +0000 (22:59 +0000)]
(mark_object): Delete case Lisp_Void.

29 years ago(Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative.
Karl Heuer [Thu, 6 Oct 1994 22:39:18 +0000 (22:39 +0000)]
(Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative.

29 years ago(Fabs): Don't use XFASTINT when negative.
Karl Heuer [Thu, 6 Oct 1994 22:38:08 +0000 (22:38 +0000)]
(Fabs): Don't use XFASTINT when negative.

29 years ago(Fset, default_value, Fset_default, Fkill_local_variable): Access
Karl Heuer [Thu, 6 Oct 1994 22:32:11 +0000 (22:32 +0000)]
(Fset, default_value, Fset_default, Fkill_local_variable): Access
buffer_local_flags as Lisp_Object, not int.

29 years ago(defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.
Karl Heuer [Thu, 6 Oct 1994 22:31:59 +0000 (22:31 +0000)]
(defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.
Give XSETBUFFER_OBJFWD an integer offset, not a pointer.

29 years ago(init_buffer_once): Don't use XSETFASTINT when negative.
Karl Heuer [Thu, 6 Oct 1994 22:30:47 +0000 (22:30 +0000)]
(init_buffer_once): Don't use XSETFASTINT when negative.
(reset_buffer_local_variables, Fbuffer_local_variables): Access
buffer_local_flags as Lisp_Object, not int.

29 years ago(Fload, load_unwind): Store stream pointer as a cons of two integers,
Karl Heuer [Thu, 6 Oct 1994 21:50:14 +0000 (21:50 +0000)]
(Fload, load_unwind): Store stream pointer as a cons of two integers,
obviating the need for Lisp_Internal_Stream datatype.

29 years ago(Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.
Karl Heuer [Thu, 6 Oct 1994 21:47:34 +0000 (21:47 +0000)]
(Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.

29 years ago(mark_object): Delete case Lisp_Internal_Stream.
Karl Heuer [Thu, 6 Oct 1994 21:47:12 +0000 (21:47 +0000)]
(mark_object): Delete case Lisp_Internal_Stream.

29 years ago(read1): New argument for returning out-of-band data, obviating the need for
Karl Heuer [Thu, 6 Oct 1994 21:29:49 +0000 (21:29 +0000)]
(read1): New argument for returning out-of-band data, obviating the need for
Lisp_Internal datatype.
(read0, read1, read_list): Use that new calling sequence.

29 years ago(Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.
Karl Heuer [Thu, 6 Oct 1994 21:29:23 +0000 (21:29 +0000)]
(Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.

29 years ago(query-replace): Add missing quote.
Richard M. Stallman [Thu, 6 Oct 1994 20:56:24 +0000 (20:56 +0000)]
(query-replace): Add missing quote.

29 years agoAssign copyright to FSF, and change comments to reflect that type-break
Noah Friedman [Thu, 6 Oct 1994 19:12:46 +0000 (19:12 +0000)]
Assign copyright to FSF, and change comments to reflect that type-break
is now part of GNU Emacs.

29 years ago* man.el (Man-notify, Man-current-page, Man-page-list,
Francesco Potortì [Thu, 6 Oct 1994 10:28:26 +0000 (10:28 +0000)]
* man.el (Man-notify, Man-current-page, Man-page-list,
Man-filter-list, Man-original-frame, Man-arguments,
Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist,
Man-uses-untabify-flag, Man-page-mode-string, Man-sed-script):
Added defvar's to keep the compiler quiet.
(Man-getpage-in-background): Start buffer name with "*Man ".
instead of "*man " to avoid conflict with "*mail*".
(Man-match-substring): Defsubst moved before first call.
(Man-build-page-list, Man-strip-page-headers, Man-unindent): Use
defun instead of defsubst, for code clarity purpose.

29 years ago(x_set_icon_type): Remove period from error message.
Richard M. Stallman [Thu, 6 Oct 1994 07:08:03 +0000 (07:08 +0000)]
(x_set_icon_type): Remove period from error message.

(x_icon_type): New function.

29 years ago(rmail-summary-goto-msg): Get rmail-total-messages from the rmail buffer.
Richard M. Stallman [Thu, 6 Oct 1994 07:05:09 +0000 (07:05 +0000)]
(rmail-summary-goto-msg): Get rmail-total-messages from the rmail buffer.

29 years ago(make_hdr): Undo June 16 change.
Richard M. Stallman [Thu, 6 Oct 1994 03:25:51 +0000 (03:25 +0000)]
(make_hdr): Undo June 16 change.

29 years agoDelete the error when no window system.
Richard M. Stallman [Thu, 6 Oct 1994 02:45:40 +0000 (02:45 +0000)]
Delete the error when no window system.

29 years ago(sendnews, postnews): Use defalias.
Richard M. Stallman [Thu, 6 Oct 1994 02:07:55 +0000 (02:07 +0000)]
(sendnews, postnews): Use defalias.

29 years ago(command-line): Load disp-table explicitly.
Richard M. Stallman [Wed, 5 Oct 1994 20:35:40 +0000 (20:35 +0000)]
(command-line): Load disp-table explicitly.

29 years ago(add-log-current-defun): Handle Perl specially.
Richard M. Stallman [Wed, 5 Oct 1994 20:28:54 +0000 (20:28 +0000)]
(add-log-current-defun): Handle Perl specially.

29 years ago(Ffile_regular_p): New function.
Richard M. Stallman [Wed, 5 Oct 1994 09:33:33 +0000 (09:33 +0000)]
(Ffile_regular_p): New function.
(syms_of_fileio): defsubr it.

29 years ago(read-envvar-name): Special meaning for MUSTMATCH
Richard M. Stallman [Wed, 5 Oct 1994 06:29:50 +0000 (06:29 +0000)]
(read-envvar-name): Special meaning for MUSTMATCH
neither t nor nil.
(setenv): Use that new case, when clearing a var.

29 years ago(texinfo-format-scan): Accept @^, @", @?, @!, @-.
Richard M. Stallman [Wed, 5 Oct 1994 00:47:30 +0000 (00:47 +0000)]
(texinfo-format-scan): Accept @^, @", @?, @!, @-.

29 years ago(goto-line): Call prefix-numeric-value.
Richard M. Stallman [Tue, 4 Oct 1994 22:57:42 +0000 (22:57 +0000)]
(goto-line): Call prefix-numeric-value.

29 years ago(Finteractive): Doc fix.
Richard M. Stallman [Tue, 4 Oct 1994 22:55:50 +0000 (22:55 +0000)]
(Finteractive): Doc fix.

29 years ago(single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 19:49:16 +0000 (19:49 +0000)]
(single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue.

29 years ago(construct_mouse_click): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 19:48:36 +0000 (19:48 +0000)]
(construct_mouse_click): Don't use XFASTINT as an lvalue.

29 years ago(Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling
Karl Heuer [Tue, 4 Oct 1994 19:47:37 +0000 (19:47 +0000)]
(Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling
XSET directly.

29 years ago(x_new_focus_frame, construct_mouse_click, construct_menu_click,
Karl Heuer [Tue, 4 Oct 1994 19:46:12 +0000 (19:46 +0000)]
(x_new_focus_frame, construct_mouse_click, construct_menu_click,
note_mouse_highlight, XTmouse_position, x_scroll_bar_create,
x_scroll_bar_set_handle, x_scroll_bar_move, XTset_vertical_scroll_bar,
XTredeem_scroll_bar, x_scroll_bar_handle_click, x_scroll_bar_note_movement,
x_scroll_bar_report_motion, XTread_socket, x_make_frame_visible): Use new
accessor macros instead of calling XSET directly.

29 years ago(input_signal_count): New variable.
Richard M. Stallman [Tue, 4 Oct 1994 19:38:53 +0000 (19:38 +0000)]
(input_signal_count): New variable.
(XTread_socket): Increment it.
(x_make_frame_visible): Exit final loop when XTread_sockets has run.

29 years ago(widget_id_tick): Move definition into conditional.
Richard M. Stallman [Tue, 4 Oct 1994 19:37:55 +0000 (19:37 +0000)]
(widget_id_tick): Move definition into conditional.
(syms_of_xmenu): Conditionalize initialization of widget_id_tick.

(last_menu_bar_item_end): Var deleted.
(this_menu_bar_item_beg, this_menu_bar_item_end): Vars deleted.
(other_menu_bar_item_p, unread_menu_bar_button)
(check_mouse_other_menu_bar): Functions deleted.
(last_event_timestamp, Vdouble_click_time, Vmouse_depressed): Decls deleted.
(xmenu_show): XMENU_FOO conditional and its contets deleted.

29 years ago(validate_region): Swap using temp Lisp_Object, not int.
Karl Heuer [Tue, 4 Oct 1994 19:36:47 +0000 (19:36 +0000)]
(validate_region): Swap using temp Lisp_Object, not int.

29 years ago(read_process_output): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:35:21 +0000 (17:35 +0000)]
(read_process_output): Don't use XFASTINT as an lvalue.

29 years ago(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:32:17 +0000 (17:32 +0000)]
(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.

29 years ago(Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:22:08 +0000 (17:22 +0000)]
(Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue.

29 years ago(validate_interval_range): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:19:36 +0000 (17:19 +0000)]
(validate_interval_range): Don't use XFASTINT as an lvalue.

29 years ago(try_window_id): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:10:36 +0000 (17:10 +0000)]
(try_window_id): Don't use XFASTINT as an lvalue.

29 years ago(x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 17:09:34 +0000 (17:09 +0000)]
(x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue.

29 years ago(XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use
Karl Heuer [Tue, 4 Oct 1994 17:04:39 +0000 (17:04 +0000)]
(XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use
XSETFASTINT instead.

29 years ago(Fx_open_connection): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:46:24 +0000 (16:46 +0000)]
(Fx_open_connection): Don't use XFASTINT as an lvalue.

29 years ago(compute_char_face): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:45:39 +0000 (16:45 +0000)]
(compute_char_face): Don't use XFASTINT as an lvalue.

29 years ago(redisplay, mark_window_display_accurate, redisplay_window, try_window,
Karl Heuer [Tue, 4 Oct 1994 16:44:49 +0000 (16:44 +0000)]
(redisplay, mark_window_display_accurate, redisplay_window, try_window,
try_window_id, display_text_line, display_menu_bar, decode_mode_spec,
init_xdisp): Don't use XFASTINT as an lvalue.

29 years ago(make_window, Fset_window_hscroll, Fset_window_start, set_window_height,
Karl Heuer [Tue, 4 Oct 1994 16:34:57 +0000 (16:34 +0000)]
(make_window, Fset_window_hscroll, Fset_window_start, set_window_height,
set_window_width, Fset_window_buffer, Fselect_window, temp_output_buffer_show,
make_dummy_parent, Fsplit_window, change_window_height, window_scroll,
Fscroll_left, Fscroll_right, Frecenter, Fmove_to_window_line,
Fset_window_configuration, save_window_save, Fcurrent_window_configuration,
init_window_once): Don't use XFASTINT as an lvalue.

29 years ago(create_process): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:16:33 +0000 (16:16 +0000)]
(create_process): Don't use XFASTINT as an lvalue.

29 years ago(record_delete, record_first_change): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:15:52 +0000 (16:15 +0000)]
(record_delete, record_first_change): Don't use XFASTINT as an lvalue.

29 years ago(Fnext_property_change, property_change_between_p,
Karl Heuer [Tue, 4 Oct 1994 16:14:59 +0000 (16:14 +0000)]
(Fnext_property_change, property_change_between_p,
Fnext_single_property_change, Fprevious_property_change,
Fprevious_single_property_change, copy_text_properties): Don't use XFASTINT as
an lvalue.

29 years ago(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once):
Karl Heuer [Tue, 4 Oct 1994 16:13:34 +0000 (16:13 +0000)]
(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once):
Don't use XFASTINT as an lvalue.

29 years ago(skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:12:32 +0000 (16:12 +0000)]
(skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.

29 years ago(make_process, list_processes_1, create_process, Faccept_process_output,
Karl Heuer [Tue, 4 Oct 1994 16:10:39 +0000 (16:10 +0000)]
(make_process, list_processes_1, create_process, Faccept_process_output,
wait_reading_process_input, read_process_output, send_process,
sigchld_handler): Don't use XFASTINT as an lvalue.

29 years ago(printchar): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:09:23 +0000 (16:09 +0000)]
(printchar): Don't use XFASTINT as an lvalue.

29 years ago(read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer,
Karl Heuer [Tue, 4 Oct 1994 16:08:54 +0000 (16:08 +0000)]
(read_minibuf, get_minibuffer, read_minibuf_unwind, Fread_from_minibuffer,
Ftry_completion, Fall_completions, Fcompleting_read, Fminibuffer_prompt_width,
syms_of_minibuf): Don't use XFASTINT as an lvalue.

29 years ago(Fmarker_position): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:07:23 +0000 (16:07 +0000)]
(Fmarker_position): Don't use XFASTINT as an lvalue.

29 years ago(Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:06:40 +0000 (16:06 +0000)]
(Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTINT as an lvalue.

29 years ago(read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 16:05:54 +0000 (16:05 +0000)]
(read_filtered_event, init_obarray): Don't use XFASTINT as an lvalue.

29 years ago(synkey, access_keymap, store_in_keymap, Faccessible_keymaps,
Karl Heuer [Tue, 4 Oct 1994 16:05:05 +0000 (16:05 +0000)]
(synkey, access_keymap, store_in_keymap, Faccessible_keymaps,
Fkey_description, ascii_sequence_p, Fwhere_is_internal, describe_vector):
Don't use XFASTINT as an lvalue.

29 years ago(read_char, make_lispy_event, make_lispy_movement, parse_modifiers,
Karl Heuer [Tue, 4 Oct 1994 15:59:48 +0000 (15:59 +0000)]
(read_char, make_lispy_event, make_lispy_movement, parse_modifiers,
apply_modifiers, modify_event_symbol, menu_bar_one_keymap, read_key_sequence,
Fexecute_extended_command, Frecursion_depth, Fcurrent_input_mode,
syms_of_keyboard): Don't use XFASTINT as an lvalue.

29 years ago(Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,
Karl Heuer [Tue, 4 Oct 1994 15:56:43 +0000 (15:56 +0000)]
(Fcurrent_column, Findent_to, Fcurrent_indentation, Fmove_to_column,
compute_motion, Fcompute_motion, vmotion): Don't use XFASTINT as an lvalue.

29 years ago(make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use
Karl Heuer [Tue, 4 Oct 1994 15:54:06 +0000 (15:54 +0000)]
(make_frame, Fframe_parameters, Fselected_frame, syms_of_frame): Don't use
XFASTINT as an lvalue.

29 years ago(Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.
Karl Heuer [Tue, 4 Oct 1994 15:53:00 +0000 (15:53 +0000)]
(Flength, concat, mapcar1): Don't use XFASTINT as an lvalue.

29 years ago(Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved):
Karl Heuer [Tue, 4 Oct 1994 15:52:06 +0000 (15:52 +0000)]
(Finsert_file_contents, Fwrite_region, Fdo_auto_save, Fset_buffer_auto_saved):
Don't use XFASTINT as an lvalue.

29 years ago(Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as an
Karl Heuer [Tue, 4 Oct 1994 15:50:45 +0000 (15:50 +0000)]
(Feval, Ffuncall, funcall_lambda, Fbacktrace): Don't use XFASTINT as an
lvalue.

29 years ago(Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char,
Karl Heuer [Tue, 4 Oct 1994 15:49:29 +0000 (15:49 +0000)]
(Fstring_to_char, Fpoint, Fbufsize, Fpoint_min, Fpoint_max, Ffollowing_char,
Fprevious_char, Fchar_after, Ftranslate_region, Fnarrow_to_region,
save_restriction_save): Don't use XFASTINT as an lvalue.