1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
Commit Graph

42855 Commits

Author SHA1 Message Date
Stefan Monnier
410e58b5af (view): Always require.
(help-xref-mule-regexp): Don't use defconst for variables.
(help-setup-xref): Keep the last 10 elements of the stack.
(help-xref-override-view-map): New var.
(help-make-xrefs): Use it instead of building a new map each time.
(help-function-def): Allow help-fun to take a buffer as arg.
2002-07-16 16:02:35 +00:00
Ken Raeburn
7da167cde1 * xterm.c (x_catch_errors, x_clear_errors): Use SSET. 2002-07-16 15:50:57 +00:00
Ken Raeburn
b06a00fb6d * xfns.c (validate_x_resource_name): Use SSET. 2002-07-16 15:50:04 +00:00
Ken Raeburn
7960d5abc2 * w32fns.c (validate_x_resource_name): Use SSET. 2002-07-16 15:49:59 +00:00
Ken Raeburn
5d69fe10ae * search.c (wordify): Use SDATA.
(Freplace_match): Use SREF.
2002-07-16 15:49:53 +00:00
Ken Raeburn
a814cc69c6 * process.c (status_message): Use SSET. 2002-07-16 15:49:48 +00:00
Ken Raeburn
96fb177ac6 * macfns.c (validate_x_resource_name): Use SSET. 2002-07-16 15:49:44 +00:00
Ken Raeburn
a1c89c0a12 * lread.c (Fload): Use SDATA, SSET. 2002-07-16 15:49:38 +00:00
Ken Raeburn
bba772ab93 * lisp.h (SREF): Produce rvalue.
(SSET): New macro.
2002-07-16 15:49:34 +00:00
Ken Raeburn
4069e0f8c8 * keyboard.c (Fevent_convert_list): Use SREF. 2002-07-16 15:49:29 +00:00
Ken Raeburn
f7e233a87f * insdel.c (insert_from_string_1): Use SDATA. 2002-07-16 15:49:24 +00:00
Ken Raeburn
0866375057 * fns.c (concat): Use SSET.
(concat, Fdelete): Use SDATA.
2002-07-16 15:49:20 +00:00
Ken Raeburn
942dc83857 * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET.
(Fread_file_name): Use SREF, SSET.
2002-07-16 15:49:16 +00:00
Ken Raeburn
d549c5dbaa * dired.c (directory_files_internal): Use SSET. 2002-07-16 15:49:12 +00:00
Ken Raeburn
29f44a3766 * data.c (Faref): Use SDATA.
(Faset): Use SDATA, SSET.
2002-07-16 15:49:07 +00:00
Ken Raeburn
5e95388293 * charset.h (FETCH_STRING_CHAR_ADVANCE,
FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SDATA when getting
address of string contents.
2002-07-16 15:49:03 +00:00
Ken Raeburn
f5b81cd81d * casefiddle.c (casify_object): Use SSET. 2002-07-16 15:48:59 +00:00
Ken Raeburn
10ceceb87d * buffer.c (Fother_buffer): Use SREF when retrieving a byte from
a string.
2002-07-16 15:48:54 +00:00
Ken Raeburn
46e7e6b0bd * alloc.c (make_event_array): Use SSET for storing into a string. 2002-07-16 15:48:47 +00:00
Ken Raeburn
674537ea64 (SDATA): Produce rvalue. 2002-07-16 15:09:36 +00:00
Richard M. Stallman
9ee49ebc47 *** empty log message *** 2002-07-16 13:47:49 +00:00
Richard M. Stallman
e04f3f7e2e (USG_SUBTTY_WORKS): Defined. 2002-07-16 13:47:41 +00:00
Richard M. Stallman
c62c1bb5cb (reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p.
(redisplay_internal): Test prevent_redisplay_optimizations_p
along with clip_changed in some cases.
(try_window_id): Likewise.
(redisplay_window): New local var buffer_unchanged_p.
2002-07-16 13:47:07 +00:00
Richard M. Stallman
160552c527 (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass. 2002-07-16 13:42:15 +00:00
Richard M. Stallman
2af70a0cff (create_process): Test USG_SUBTTY_WORKS.
(process_send_signal): Clean up handling of GID.
Detect errors in ioctls meant to set GID.
2002-07-16 13:41:16 +00:00
Richard M. Stallman
06be4f8589 (temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p. 2002-07-16 13:39:41 +00:00
Richard M. Stallman
e36aeef949 (choose-completion-string): Doc fix. 2002-07-16 13:38:19 +00:00
Richard M. Stallman
4f9850435d New operation :custom-standard-value.
(Custom-reset-standard): Use it.
(custom-variable, custom-face): Define it.
(custom-variable-standard-value, custom-face-standard-value): New fns.
(custom-face-save): Don't save a face whose value is standard.
(custom-save-faces): Use SYMBOL, not 'default, to set NOW and COMMENT.

(custom-face-edit-fix-value): If VALUE is not a list, pass it thru.
2002-07-16 13:37:21 +00:00
Stefan Monnier
cb4e817652 (diff-reverse-direction): Simplify.
(diff-after-change-function): Fix typo.
(diff-post-command-hook): Take care of edge cases.
(diff-current-defun): Do `goto-char' after setting the mode.
2002-07-16 13:37:15 +00:00
Stefan Monnier
caebc99b2a (mouse-sel-original-interprogram-paste-function): Defvar it. 2002-07-16 13:33:29 +00:00
Richard M. Stallman
76960e5022 (compare-windows-whitespace): Always allow newline
even if it does not have whitespace syntax.
2002-07-16 13:33:13 +00:00
Richard M. Stallman
7f1fa85857 Mention Texinfo 4.2 needed. 2002-07-16 13:31:48 +00:00
Stefan Monnier
640201f82e (mouse-sel-mode): Use define-minor-mode.
Fold mouse-sel-bindings into it.
(mouse-sel-bound-events): Turn it into an alist.
(mouse-insert-selection): Delegate to mouse-yank-at-click if
mouse-sel-default-bindings asks for it.
2002-07-16 13:27:05 +00:00
Stefan Monnier
979a8abc69 *** empty log message *** 2002-07-16 12:25:41 +00:00
Juanma Barranquero
3fdb4c50a9 Fix reference to `defvaralias' as a macro. 2002-07-16 11:43:32 +00:00
Juanma Barranquero
301085d403 (timer-set-time, timer-set-time-with-usecs): Fix docstring. 2002-07-16 06:43:19 +00:00
Miles Bader
740fd9d819 (HTML Mode): Put `@end table' at end of table. 2002-07-16 01:00:43 +00:00
Stefan Monnier
fcd5c9aa59 *** empty log message *** 2002-07-15 21:04:59 +00:00
Stefan Monnier
e9757d4151 (Ftrace_to_stderr): Add usage to docstring. 2002-07-15 20:37:12 +00:00
Stefan Monnier
1e04216025 (scan_c_file): Warn about missing `usage' info. 2002-07-15 20:00:03 +00:00
Juanma Barranquero
c72fcfc334 (describe-variable): Remove useless trailing whitespace. 2002-07-15 16:17:01 +00:00
Juanma Barranquero
795e72aeb7 Fix typo. 2002-07-15 15:50:56 +00:00
Juanma Barranquero
32ebbc3a73 Document third argument of defvaralias. 2002-07-15 15:50:20 +00:00
Juanma Barranquero
d907a3bffc *** empty log message *** 2002-07-15 15:39:02 +00:00
Juanma Barranquero
50a2c5f9e9 (describe-variable): Show documentation for aliased variable if alias does not
have its own.
2002-07-15 15:38:49 +00:00
Juanma Barranquero
1848d15dad (Fdefvaralias): Add docstring argument. 2002-07-15 15:37:51 +00:00
Kai Großjohann
6747a521ac Ignore *.op and *.ops, too. 2002-07-15 12:06:01 +00:00
Mike Williams
5a95c143a5 (mouse-sel-bindings): Save/restore interprogram cut/paste functions. 2002-07-15 11:49:37 +00:00
Richard M. Stallman
ec6a646a0b Minor cleanup. 2002-07-15 09:47:14 +00:00
Andreas Schwab
bd128a254e *** empty log message *** 2002-07-15 07:23:55 +00:00