Karl Heuer
2836d9a4dc
(defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.
...
Give XSETBUFFER_OBJFWD an integer offset, not a pointer.
1994-10-06 22:31:59 +00:00
Karl Heuer
aab808227e
(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.
1994-10-06 22:30:47 +00:00
Karl Heuer
838abf5670
(Fload, load_unwind): Store stream pointer as a cons of two integers,
...
obviating the need for Lisp_Internal_Stream datatype.
1994-10-06 21:50:14 +00:00
Karl Heuer
512367102e
(Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.
1994-10-06 21:47:34 +00:00
Karl Heuer
9852abf34d
(mark_object): Delete case Lisp_Internal_Stream.
1994-10-06 21:47:12 +00:00
Karl Heuer
6428369f33
(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.
1994-10-06 21:29:49 +00:00
Karl Heuer
df1955fcf9
(Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.
1994-10-06 21:29:23 +00:00
Richard M. Stallman
3a841b0be2
(query-replace): Add missing quote.
1994-10-06 20:56:24 +00:00
Noah Friedman
99c0333bc4
Assign copyright to FSF, and change comments to reflect that type-break
...
is now part of GNU Emacs.
1994-10-06 19:12:46 +00:00
Francesco Potortì
d0aede3f50
* 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.
1994-10-06 10:28:26 +00:00
Richard M. Stallman
0fb53770ce
(x_set_icon_type): Remove period from error message.
...
(x_icon_type): New function.
1994-10-06 07:08:03 +00:00
Richard M. Stallman
132ad5641e
(rmail-summary-goto-msg): Get rmail-total-messages from the rmail buffer.
1994-10-06 07:05:09 +00:00
Richard M. Stallman
4baa8a8329
(make_hdr): Undo June 16 change.
1994-10-06 03:25:51 +00:00
Richard M. Stallman
050516df65
Delete the error when no window system.
1994-10-06 02:45:40 +00:00
Richard M. Stallman
8525241862
(sendnews, postnews): Use defalias.
1994-10-06 02:07:55 +00:00
Richard M. Stallman
62bb544097
(command-line): Load disp-table explicitly.
1994-10-05 20:35:40 +00:00
Richard M. Stallman
64bd2d5165
(add-log-current-defun): Handle Perl specially.
1994-10-05 20:28:54 +00:00
Richard M. Stallman
f793dc6c1e
(Ffile_regular_p): New function.
...
(syms_of_fileio): defsubr it.
1994-10-05 09:33:33 +00:00
Richard M. Stallman
8b74000909
(read-envvar-name): Special meaning for MUSTMATCH
...
neither t nor nil.
(setenv): Use that new case, when clearing a var.
1994-10-05 06:29:50 +00:00
Richard M. Stallman
37248de29e
(texinfo-format-scan): Accept @^, @", @?, @!, @-.
1994-10-05 00:47:30 +00:00
Richard M. Stallman
5f1a943cd2
(goto-line): Call prefix-numeric-value.
1994-10-04 22:57:42 +00:00
Richard M. Stallman
701ca6c06b
(Finteractive): Doc fix.
1994-10-04 22:55:50 +00:00
Karl Heuer
33b43fa6ee
(single_keymap_panes, Fx_popup_menu): Don't use XFASTINT as an lvalue.
1994-10-04 19:49:16 +00:00
Karl Heuer
90e1eb6f4d
(construct_mouse_click): Don't use XFASTINT as an lvalue.
1994-10-04 19:48:36 +00:00
Karl Heuer
a39f04772b
(Fx_popup_menu, Fx_popup_dialog): Use new accessor macros instead of calling
...
XSET directly.
1994-10-04 19:47:37 +00:00
Karl Heuer
e0c1aef22b
(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.
1994-10-04 19:46:12 +00:00
Richard M. Stallman
c0a0492738
(input_signal_count): New variable.
...
(XTread_socket): Increment it.
(x_make_frame_visible): Exit final loop when XTread_sockets has run.
1994-10-04 19:38:53 +00:00
Richard M. Stallman
8ed87156cf
(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.
1994-10-04 19:37:55 +00:00
Karl Heuer
0319206797
(validate_region): Swap using temp Lisp_Object, not int.
1994-10-04 19:36:47 +00:00
Karl Heuer
7c6f34f0cc
(read_process_output): Don't use XFASTINT as an lvalue.
1994-10-04 17:35:21 +00:00
Karl Heuer
247e20a8ba
(Fmodify_syntax_entry): Don't use XFASTINT as an lvalue.
1994-10-04 17:32:17 +00:00
Karl Heuer
f58dd69bcf
(Fself_insert_command, Fnewline): Don't use XFASTINT as an lvalue.
1994-10-04 17:22:08 +00:00
Karl Heuer
330e7312a3
(validate_interval_range): Don't use XFASTINT as an lvalue.
1994-10-04 17:19:36 +00:00
Karl Heuer
e8e536a996
(try_window_id): Don't use XFASTINT as an lvalue.
1994-10-04 17:10:36 +00:00
Karl Heuer
e33f733040
(x_set_menu_bar_lines_1): Don't use XFASTINT as an lvalue.
1994-10-04 17:09:34 +00:00
Karl Heuer
e43ec7859e
(XFASTINT): Changed to non-lvalue syntax, to ensure that callers will use
...
XSETFASTINT instead.
1994-10-04 17:04:39 +00:00
Karl Heuer
d4edf04792
(Fx_open_connection): Don't use XFASTINT as an lvalue.
1994-10-04 16:46:24 +00:00
Karl Heuer
e09798108d
(compute_char_face): Don't use XFASTINT as an lvalue.
1994-10-04 16:45:39 +00:00
Karl Heuer
c2213350bf
(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.
1994-10-04 16:44:49 +00:00
Karl Heuer
d834a2e98c
(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.
1994-10-04 16:34:57 +00:00
Karl Heuer
64db38486e
(create_process): Don't use XFASTINT as an lvalue.
1994-10-04 16:16:33 +00:00
Karl Heuer
28b2b11600
(record_delete, record_first_change): Don't use XFASTINT as an lvalue.
1994-10-04 16:15:52 +00:00
Karl Heuer
e9c4fbcd66
(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.
1994-10-04 16:14:59 +00:00
Karl Heuer
1e142fb79d
(Fcopy_syntax_table, Fmodify_syntax_entry, scan_lists, init_syntax_once):
...
Don't use XFASTINT as an lvalue.
1994-10-04 16:13:34 +00:00
Karl Heuer
c235cce703
(skip_chars, Fmatch_data, Fstore_match_data): Don't use XFASTINT as an lvalue.
1994-10-04 16:12:32 +00:00
Karl Heuer
22719df2b3
(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.
1994-10-04 16:10:39 +00:00
Karl Heuer
b5d25c3718
(printchar): Don't use XFASTINT as an lvalue.
1994-10-04 16:09:23 +00:00
Karl Heuer
5a86666247
(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.
1994-10-04 16:08:54 +00:00
Karl Heuer
c5802b21e4
(Fmarker_position): Don't use XFASTINT as an lvalue.
1994-10-04 16:07:23 +00:00
Karl Heuer
a4773b43fe
(Fend_kbd_macro, Fexecute_kbd_macro): Don't use XFASTINT as an lvalue.
1994-10-04 16:06:40 +00:00