1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00
Commit graph

14697 commits

Author SHA1 Message Date
Sam Steingold
b116830bc0 (x_display_and_set_cursor): Fix w32 compilation error. 2001-11-05 15:02:13 +00:00
Andreas Schwab
3297e2a11e (sound_perror): Save errno from being clobbered. 2001-11-05 14:09:32 +00:00
Eli Zaretskii
9212319ff0 Fix the format of the last entry. 2001-11-05 11:55:58 +00:00
Eli Zaretskii
6fb8339ca8 (unexec): mmap() has problems on nfs-mounted file
systems.  Don't use it anymore.
2001-11-05 11:48:48 +00:00
Pavel Janík
7dd73b78d0 (Fbuffer_local_value): Add prototype. 2001-11-05 07:39:33 +00:00
Richard M. Stallman
d31053f96f (read_char): Use Fcar and Fcdr, not Fnth.
(record_char): Likewise.

(make_lispy_event): Don't insist a drag event must move to a different
buffer position.  Instead, check for moving at least double_click_fuzz.
2001-11-05 04:20:14 +00:00
Richard M. Stallman
ae69175b09 (Fbuffer_local_value): Remove extra args from CHECK_SYMBOL and CHECK_BUFFER. 2001-11-05 04:04:09 +00:00
Richard M. Stallman
c1dd95fcc1 (Fmake_hash_table): Use XCAR and XCDR, not Fnth and Flength. 2001-11-05 03:52:23 +00:00
Richard M. Stallman
cf24f894b0 (echo-area-clear-hook): Undo Oct 29 change. 2001-11-05 03:40:14 +00:00
Richard M. Stallman
830047fdb6 *** empty log message *** 2001-11-05 00:14:46 +00:00
Richard M. Stallman
34368a22c5 (x_display_and_set_cursor): Use buffer-local
value of `cursor-in-non-selected-windows'.
2001-11-05 00:14:31 +00:00
Richard M. Stallman
88d778acfc (Qcursor_in_non_selected_windows): New declaration. 2001-11-05 00:13:53 +00:00
Richard M. Stallman
af79bccb0d (Qcursor_in_non_selected_windows): New variable.
(syms_of_xdisp): Initialize it.
2001-11-05 00:13:37 +00:00
Richard M. Stallman
79aa712d49 (Fbuffer_local_value): New function.
(syms_of_buffer): defsubr it.
2001-11-05 00:10:49 +00:00
Richard M. Stallman
982f6c7e65 *** empty log message *** 2001-11-04 23:39:35 +00:00
Richard M. Stallman
d6e483a4da (current_column_1, Fmove_to_column): Separate the code
for display-table glyphs from the code buffer text, to fix
bugs in the former.
2001-11-04 23:26:52 +00:00
Pavel Janík
4e39768886 (Fx_create_frame): Doc fix. 2001-11-04 17:46:34 +00:00
Pavel Janík
48b0f3aed7 Change doc-string comments to new style' [w/doc:' keyword]. 2001-11-04 17:43:52 +00:00
Pavel Janík
2df5238c1a (top_level_value, top_level_set): Remove commented and #ifdef'd-out code.
(Fdefvar): Fix usage in doc-string.
2001-11-04 10:28:01 +00:00
Richard M. Stallman
203480d952 Whitespace change. 2001-11-04 03:21:13 +00:00
Richard M. Stallman
3ecaf7e54c Include unistd.h, if it exists. 2001-11-04 03:20:48 +00:00
Richard M. Stallman
409847a1ce Move the include of ctype.h after unistd.h. 2001-11-04 03:20:10 +00:00
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