Commit Graph

14675 Commits

Author SHA1 Message Date
Stefan Monnier
7e9d3c2f36 *** empty log message *** 2001-11-03 22:02:14 +00:00
Ken Raeburn
8db2e33bc5 log for some lvalue/rvalue fixes 2001-11-03 21:32:07 +00:00
Ken Raeburn
f5df591a70 (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of treating XCAR and XCDR
as lvalues.
(openp): Use CHECK_STRING_CAR.
(read_list): Use XSETCDR instead of treating XCDR as lvalue.
2001-11-03 21:30:34 +00:00
Ken Raeburn
57ddb5d001 (CHECK_STRING_CAR): New macro. 2001-11-03 21:29:35 +00:00
Eli Zaretskii
13ccc79af7 Fix last change. 2001-11-03 19:40:55 +00:00
Eli Zaretskii
aed29b9702 *** empty log message *** 2001-11-03 17:02:03 +00:00
Eli Zaretskii
4af4933686 (sigprocmask_set): Declare as extern SIGMASKTYPE. 2001-11-03 16:52:37 +00:00
Eli Zaretskii
fe54008f3c (sigunblock): Don't define if already defined. 2001-11-03 16:52:13 +00:00
Richard M. Stallman
b2e92d3ea4 Test BROKEN_PROTOTYPES. 2001-11-03 15:08:36 +00:00
Eli Zaretskii
16b45be45c Fix the formatting of the last entries. 2001-11-03 08:23:09 +00:00
Stefan Monnier
62abe9cbe0 (describe_syntax): New wrapper.
(Finternal_describe_syntax_value): Rename from describe_syntax.
Don't insert space at front and \n at the end.
(syms_of_syntax): Defsubr Sinternal_describe_syntax_value.
2001-11-02 23:27:02 +00:00
Pavel Janík
1b1acc13ab (debugger_may_continue, Vdebug_ignored_errors, call_debugger,
Fcondition_case, skip_debugger, unbind_to): Fix typos in comments.
2001-11-02 22:41:20 +00:00
Pavel Janík
020f9b3851 (Fml_defun, Fml_while, Fml_substr): Remove commented and #ifdef'd-out code.
Fix and reindent comments.
2001-11-02 22:38:57 +00:00
Pavel Janík
58ab49e32c Remove comment which is a copy of comment in mocklisp.c. 2001-11-02 22:36:23 +00:00
Pavel Janík
6cb16f95fc *** empty log message *** 2001-11-02 21:03:24 +00:00
Pavel Janík
b782650360 Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 20:46:55 +00:00
Pavel Janík
00a2cef7d1 (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros. 2001-11-02 20:14:02 +00:00
Pavel Janík
f18d273831 (CHECK_CATEGORY, CHECK_CATEGORY_SET): Remove unused argument `i' in macros. 2001-11-02 20:12:54 +00:00
Pavel Janík
874cc80e49 (CHECK_STRING_OR_BUFFER, CHECK_HASH_TABLE, CHECK_LIST, CHECK_STRING,
CHECK_CONS, CHECK_SYMBOL, CHECK_CHAR_TABLE, CHECK_VECTOR,
CHECK_VECTOR_OR_CHAR_TABLE, CHECK_BUFFER, CHECK_WINDOW, CHECK_LIVE_WINDOW,
CHECK_PROCESS, CHECK_NUMBER, CHECK_NATNUM, CHECK_MARKER,
CHECK_NUMBER_COERCE_MARKER, CHECK_FLOAT, CHECK_NUMBER_OR_FLOAT,
CHECK_NUMBER_OR_FLOAT_COERCE_MARKER, CHECK_OVERLAY, CHECK_NUMBER_CAR,
CHECK_NUMBER_CDR): Remove unused argument `i' in macros.
2001-11-02 20:12:06 +00:00
Stefan Monnier
ada30c0eab (re_wctype): Try to fix some warnings.
(regcomp, regexec): Don't forget the __restrict.
2001-11-02 16:06:54 +00:00
Richard M. Stallman
e6bff1824f *** empty log message *** 2001-11-02 07:14:24 +00:00
Richard M. Stallman
8faef085c5 (Fget_char_property): Doc fix. 2001-11-02 07:12:33 +00:00
Pavel Janík
9ba48103ac *** empty log message *** 2001-11-02 07:02:43 +00:00
Pavel Janík
84cc45a74c (Finteractive): Add usage to doc-string. 2001-11-02 07:02:18 +00:00
Pavel Janík
f9d1e467d2 (Fsetq_default): Add usage to doc-string. 2001-11-02 07:01:47 +00:00
Pavel Janík
3ecdf10095 (Fstart_process): Add usage to doc-string. 2001-11-02 07:01:10 +00:00
Stefan Monnier
c22e59e117 *** empty log message *** 2001-11-02 04:59:56 +00:00
Stefan Monnier
ed97db1359 Don't include keymap.h any more. 2001-11-02 04:49:57 +00:00
Richard M. Stallman
72e85d5df6 (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix.
(Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix.
2001-11-01 20:48:30 +00:00
Richard M. Stallman
515f3f2541 (Fmake_local_variable): Doc fix. 2001-11-01 20:48:10 +00:00
Richard M. Stallman
9271ed2c11 *** empty log message *** 2001-11-01 19:55:51 +00:00
Richard M. Stallman
36ca6189c6 (Fdescribe_buffer_bindings): Print character property
bindings along with or instead of the buffer local map.
Make the overriding maps override what they should.
2001-11-01 19:55:42 +00:00
Pavel Janík
8b8bd9c6ed (grow_mini_window): Fix typo in comment. 2001-11-01 14:24:02 +00:00
Gerd Moellmann
7b49b9d282 (x_scroll_bar_create): Check for width and height > 0.
(XTset_vertical_scroll_bar): Likewise.
2001-11-01 11:25:01 +00:00
Gerd Moellmann
43f7c3ea0c (x_build_heuristic_mask): Use four_corners_best
instead of IMAGE_BACKGROUND.
2001-11-01 11:11:44 +00:00
Gerd Moellmann
b350c2e5c3 (four_corners_best): Reindent. 2001-11-01 10:38:59 +00:00
Gerd Moellmann
864b90c968 Fix a typo. 2001-11-01 10:23:52 +00:00
Gerd Moellmann
27188d1122 (Finternal_set_lisp_face_attribute_from_resource):
Handle :box so that it is possible to specify sexprs.
2001-11-01 10:13:16 +00:00
Pavel Janík
d576358ba5 *** empty log message *** 2001-11-01 07:04:57 +00:00
Pavel Janík
032653524e (x-get-resource): Reindent. 2001-11-01 07:04:29 +00:00
Pavel Janík
e3cd9e7f2a (Finternal_merge_in_global_face): Reindent.
(Fface_font): Ditto.
(Finternal_set_alternative_font_registry_alist): Ditto.
(Ftty_suppress_bold_inverse_default_colors): Ditto.
2001-11-01 07:04:02 +00:00
Eli Zaretskii
bf00d4619b *** empty log message *** 2001-10-31 17:27:50 +00:00
Eli Zaretskii
5282dcdb56 New file. 2001-10-31 17:21:33 +00:00
Eli Zaretskii
5d991fc473 *** empty log message *** 2001-10-31 15:14:34 +00:00
Pavel Janík
2b209b974e *** empty log message *** 2001-10-31 15:12:04 +00:00
Pavel Janík
400d6fa9d2 (USAGE1): Show command line option --no-window-system instead of
--no-windows in usage.
(standard_args): Rename --no-windows to --no-window-system.
(bug_reporting_address): Follow Emacs coding conventions.
2001-10-31 15:11:35 +00:00
Pavel Janík
9dbc908170 (Fcommandp): Doc fix.
Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-31 15:09:35 +00:00
Pavel Janík
4e10df5997 (Fframe_live_p): Doc fix. 2001-10-31 15:07:07 +00:00
Pavel Janík
3f676284d2 (selective-display-ellipses): Doc fix. 2001-10-31 15:04:58 +00:00
Pavel Janík
687784e854 Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-31 15:03:32 +00:00