1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 00:42:17 -07:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
36668a5dff (sh-font-lock-keywords): Default to nil. 1994-10-07 09:49:47 +00:00
Richard M. Stallman
fcd2fe416a (check_writable, check_executable): Test HAVE_EACCESS. 1994-10-07 08:42:25 +00:00
Richard M. Stallman
95e7f63ae2 (eaccess): Check for it. 1994-10-07 08:40:00 +00:00
Richard M. Stallman
41969ed9f3 (HAVE_EACCESS): Add #undef.
(HAVE_MKTIME): Add #undef.
1994-10-07 08:36:40 +00:00
Per Bothner
7499dc8392 Patch to handle old Convex systems (without uname). 1994-10-07 01:03:20 +00:00
Karl Heuer
5c798141c5 (Lisp_Void, VOIDP): Deleted. 1994-10-06 23:09:17 +00:00
Karl Heuer
1bfcade382 (Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):
Don't check for Lisp_Void; nothing ever creates that type.
1994-10-06 23:07:57 +00:00
Karl Heuer
9fae5e5350 (Fbyte_code): Delete case Lisp_Void. 1994-10-06 23:01:51 +00:00
Karl Heuer
9eb879911f (mark_object): Delete case Lisp_Void. 1994-10-06 22:59:55 +00:00
Karl Heuer
702672da3c (Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative. 1994-10-06 22:39:18 +00:00
Karl Heuer
db37cb3732 (Fabs): Don't use XFASTINT when negative. 1994-10-06 22:38:08 +00:00
Karl Heuer
865c050f41 (Fset, default_value, Fset_default, Fkill_local_variable): Access
buffer_local_flags as Lisp_Object, not int.
1994-10-06 22:32:11 +00:00
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