Jim Blandy
39fb55ffbd
* casefiddle.c (operate_on_word): Declare end to be an int, not a
...
Lisp_Object.
1992-10-31 04:54:35 +00:00
Jim Blandy
d177f19458
* callproc.c: Arrange for synchronous processes to get SIGINT the
...
first time the user quits, or SIGKILL if the user quits again.
#include "syssignal.h".
(call_process_kill): New function.
(call_process_cleanup): Send SIGINT to the subprocess, and then
arrange to call call_process_kill if the user quits while we wait
for it to terminate.
(Fcall_process, Fcall_process_region): Doc fix.
1992-10-31 04:53:11 +00:00
Jim Blandy
3b1f62f3ac
* bytecode.c (Fbyte_code): Use EQ to compare string_saved with
...
bytestr.
* bytecode.c (Fbyte_code): When metering the Bcall opcodes, make
sure the count on the symbol's `byte-code-meter' property does not
overflow.
* bytecode.c (syms_of_bytecode): Add a docstring for
byte-metering-on.
1992-10-31 04:52:24 +00:00
Jim Blandy
ea47125f68
* buffer.h (Fbuffer_name, Fget_file_buffer): Added external
...
declarations.
* buffer.h (struct buffer_local_types): This declaration needed an
extern qualifier.
1992-10-31 04:51:36 +00:00
Jim Blandy
291026b51f
* buffer.c (reset_buffer): Don't assign to b->save_length as if it
...
were an int; use XFASTINT.
1992-10-31 04:50:51 +00:00
Jim Blandy
5bc1518a3d
* alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.
1992-10-31 04:50:13 +00:00
Jim Blandy
4458687ccf
* abbrev.c (Funexpand_abbrev): Just assign the last abbrev's value
...
to val; don't use XSET. Make sure that the value of the
abbrev-symbol is a string.
1992-10-31 04:49:31 +00:00
Richard M. Stallman
03e130d5ca
(preserved_fns): New var.
...
(Fcall_interactively): Preserve fns listed in preserved_fns
when they appear in an interactive spec which is a call to `list'.
(syms_of_callint): Set preserved_fns and staticpro it.
1992-10-30 06:01:13 +00:00
Richard M. Stallman
e47b25708b
Doc fix.
1992-10-30 05:38:03 +00:00
Richard M. Stallman
e36ba27837
(get_system_name): Use gethostname for USG systems
...
if HAVE_GETHOSTNAME is defined.
1992-10-29 10:44:50 +00:00
Richard M. Stallman
94aa5d2d37
(count_blanks): Leave argument r constant, and increment p.
1992-10-29 06:29:20 +00:00
Richard M. Stallman
db59472c27
(vc-admin): Pass t as noquery arg to vc-resynch-window.
1992-10-28 09:33:04 +00:00
Richard M. Stallman
66c7840d6b
Initial revision
1992-10-28 09:15:05 +00:00
Richard M. Stallman
68431f0bda
(HAVE_GETHOSTNAME): Define it.
1992-10-28 09:14:23 +00:00
Richard M. Stallman
6054557352
(HAVE_SETSID, IRIX): Defined.
...
(HAVE_GETHOSTNAME): Define it.
1992-10-28 09:06:29 +00:00
Jim Blandy
0f6c0bb28e
*** empty log message ***
1992-10-28 09:05:06 +00:00
Richard M. Stallman
c00ba92641
(manual-program): Always use /usr/ucb/man if that exists.
1992-10-28 06:04:10 +00:00
Richard M. Stallman
c6cf2c1e4f
(fortran-window-create): Use screen-width, not frame-width.
1992-10-27 20:19:00 +00:00
Richard M. Stallman
1c3c9e649f
(fortran-prepare-abbrev-list-buffer): Fix typo.
1992-10-27 20:11:05 +00:00
Richard M. Stallman
a36d8f2954
[sony, IRIS_4D]: Include getpagesize.h and fcntl.h.
...
(unexec): #if 0 the error check of hdr.fhdr.f_nscns.
Clear text_section->s_scnptr.
1992-10-27 19:42:55 +00:00
Richard M. Stallman
e80f214737
(fortran-tab-mode): Add defvar.
...
(fortran-analyze-file-format): Bind i.
(fortran-tab-mode-string): Add defvar.
(fortran-tab-mode): Use `arg' as variable, not as function.
(fortran-prepare-abbrev-list-buffer): New function.
(fortran-abbrev-help): Call that.
1992-10-27 10:21:22 +00:00
Richard M. Stallman
9e5c2f5022
Rename buffer-flush-undo to buffer-disable-undo.
...
(Info-goto-emacs-key-command-node): Fix typo.
(Info-menu-item-sequence): Commented out.
(Info-follow-nearest-node): Use new event format.
Select the window clicked on.
1992-10-27 10:14:08 +00:00
Richard M. Stallman
411fca7309
Update LISP_FLOAT_TYPE in config.h.
1992-10-27 09:10:40 +00:00
Richard M. Stallman
f6766fff0a
Update GNU_MALLOC and REL_ALLOC in config.h.
1992-10-27 09:07:23 +00:00
Richard M. Stallman
082c7686a3
(shell-command-on-region):
...
Use region-beginning and region-end, in interactive spec.
1992-10-27 08:48:02 +00:00
Richard M. Stallman
d94307ee86
(isearch-edit-string):
...
Bind cursor-in-echo-area only around read-char/allocate-event.
1992-10-27 04:11:46 +00:00
Jim Blandy
763ab97aec
* make-dist: Copy config.sub, since it's a symbolic link to a file
...
on another file system.
1992-10-27 00:55:32 +00:00
Richard M. Stallman
624b466297
(vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1.
...
(vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal):
Supply t as NOQUERY arg for vc-resynch-window.
(vc-next-action): Don't revert workfile from master if buffer is modified.
1992-10-26 05:33:20 +00:00
Christopher Zaborsky
a426b157e7
Dox fix.
1992-10-25 21:14:16 +00:00
Christopher Zaborsky
579e495a70
Doc fix.
1992-10-25 21:05:35 +00:00
Christopher Zaborsky
fe66851582
Doc fix.
1992-10-25 19:44:06 +00:00
Richard M. Stallman
accd90bd67
(vc-prefix-map): Put vc-diff on = and vc-directory on d.
1992-10-24 20:07:08 +00:00
Richard M. Stallman
7516b7d521
(relinquish): Adjust page_break_value by amount of memory actually given back.
...
(r_alloc_sbrk): Provide hysteresis in relocating the blocs.
(relinquish): Never free less than extra_bytes;
keep extra_bytes of empty space.
(obtain): Always get extra_bytes additional space.
(r_alloc_init): Set extra_bytes and page_size.
(ALIGNED, ROUNDUP, ROUND_TO_PAGE): Use page_size.
1992-10-24 04:39:49 +00:00
Jim Blandy
55b0b31972
* emacs.c (main): Correct spelling of HAVE_X_WINDOW to
...
HAVE_X_WINDOWS in conditionals around the call to syms_of_xmenu.
1992-10-23 20:40:04 +00:00
Richard M. Stallman
6861ad22b2
(set-visited-file-name): Change the auto save file name.
1992-10-23 11:06:14 +00:00
Richard M. Stallman
45ca32a63d
(insert-kbd-macros): If arg is empty, use last macro as default.
1992-10-23 09:38:44 +00:00
Richard M. Stallman
b4b3b73603
(insert-kbd-macro): Replace nonprinting chars with escapes.
1992-10-23 09:31:22 +00:00
Richard M. Stallman
ade349a0bf
(mail-aliases): Doc fix.
1992-10-23 09:20:44 +00:00
Richard M. Stallman
762435dda4
(describe-function): Print an autoloaded', not a ...'.
1992-10-23 09:19:12 +00:00
Richard M. Stallman
912c672856
(goal-column): Don't put the defvar inside the make-variable-buffer-local.
1992-10-23 08:54:08 +00:00
Richard M. Stallman
194ff7c129
(dired-chown-program): Treat silicon-graphics-unix like usg-unix-v.
1992-10-21 19:30:34 +00:00
Richard M. Stallman
ed7ace63fc
(rmail-mode-map): Delete binding of M-r (use global one).
1992-10-21 06:59:39 +00:00
Richard M. Stallman
9e326bc1ef
(lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v.
1992-10-21 06:42:09 +00:00
Richard M. Stallman
7270bdb0d6
(backward-kill-sentence): Fix typo in last change.
1992-10-21 04:54:45 +00:00
Richard M. Stallman
2916578780
Doc fixes.
1992-10-21 04:52:59 +00:00
Richard M. Stallman
804172fafc
(rmail-output-to-rmail-file): Call abbreviate-file-name.
1992-10-21 04:52:46 +00:00
Richard M. Stallman
6e88ed495e
(comment-region): Do move to next line, in neg arg case.
1992-10-20 21:22:44 +00:00
Richard M. Stallman
ac6895157f
(isearch-mode-map): Make the top-level keymap dense.
...
Explicitly bind control characters at that level.
1992-10-20 21:21:47 +00:00
Richard M. Stallman
8a2816daa6
(vc-registered): Look for handler only if file-name-handler-alist is bound.
1992-10-20 18:43:33 +00:00
Richard M. Stallman
68f5eb5a8d
(ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
...
(ange-ftp-add-dumb-unix-host): Use default-directory, not dired-directory.
(ange-ftp-allow-child-lookup): Eliminate use of dired-local-variables-file.
1992-10-20 07:05:38 +00:00