Jim Blandy
2e94b81346
Doc fix.
1993-03-16 18:36:27 +00:00
Jim Blandy
6bbb0d4aaa
* cmds.c (overwrite_binary_mode): Deleted; this implements the
...
wrong feature.
(Qoverwrite_mode_binary): New variable.
(internal_self_insert): If current_buffer->overwrite_mode is
`overwrite-mode-binary', do as overwrite_binary_mode used to.
(syms_of_cmds): Remove defvar of overwrite_binary_mode; initialize
Qoverwrite_mode_binary.
* buffer.c (syms_of_buffer): Doc fix for overwrite_mode.
* buffer.h (struct buffer): Doc fix.
1993-03-16 18:18:05 +00:00
Roland McGrath
188d4d111d
(syms_of_buffer): Make erase-buffer a disabled command.
1993-03-07 23:41:34 +00:00
Richard M. Stallman
c48f61ef04
(reset_buffer_local_variables): Reset mark_active.
...
(syms_of_buffer): New buffer-local var `mark-active'.
(init_buffer_once): Initialize mechanism for it.
1993-03-07 09:24:18 +00:00
Richard M. Stallman
a354518d21
(check_protected_fields): Variable deleted.
...
(syms_of_buffer): Delete vars buffer-field-list and check-protected-fields.
1993-03-06 02:59:13 +00:00
Jim Blandy
bec44fd6f6
* buffer.c (buffer-undo-list): Doc fix.
...
* buffer.c (syms_of_buffer): Add the extra argument to the
commented-out DEFVAR_PER_BUFFER for `mode-line-format', so
make-docfile will find the docstring properly.
1993-03-02 08:09:42 +00:00
Roland McGrath
c922bc5514
(Ferase_buffer): Added interactive spec.
1993-02-24 23:37:46 +00:00
Richard M. Stallman
483c1fd3e2
(syms_of_buffer): Doc fix.
1993-02-24 23:20:51 +00:00
Jim Blandy
5fcd022dab
* buffer.c (Fswitch_to_buffer): Pass the correct number of
...
arguments to Fnext_window.
* buffer.c (Fbury_buffer): Pass the correct number of arguments to
Fother_buffer.
* buffer.c (buffer_slot_type_mismatch): Make symbol_name an
unsigned char *, to match the type of a string's data.
1993-02-22 14:22:37 +00:00
Richard M. Stallman
3bd779aadb
(Frename_buffer): Make prefix arg set UNIQUE.
1993-02-14 23:08:25 +00:00
Jim Blandy
dbc4e1c129
JimB's changes since January 18th
1993-01-26 01:58:16 +00:00
Jim Blandy
76f590d740
* buffer.c (Frename_buffer): Set update_mode_lines.
1992-12-24 06:03:20 +00:00
Jim Blandy
a56118855c
* buffer.c (Ferase_buffer): Doc fix.
...
* buffer.c (Fbury_buffer): Make this behave as in 18.59, although
that behavior is very odd - only remove the buffer from the
selected window if BUFFER was nil or omitted.
1992-11-16 00:33:17 +00:00
Jim Blandy
2381d13338
* buffer.c (init_buffer): If PWD is accurate, use it instead of
...
calling getwd.
#include <sys/types.h> and <sys/stat.h>, for the call to stat.
1992-11-07 07:00:04 +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
Richard M. Stallman
172a9c1f72
(Fkill_buffer): Pass 2nd arg to Fother_buffer.
...
(Fswitch_to_buffer, Fpop_to_buffer, Fbury_buffer):
1992-10-06 00:03:29 +00:00
Joseph Arceneaux
21cf4cf8a9
* buffer.c: #include intervals.h.
1992-10-02 23:43:16 +00:00
Joseph Arceneaux
33f7013e52
* buffer.c (reset_buffer): Do INITIALIZE_INTERVAL on the buffer's
...
interval component.
(Fkill_buffer): Likewise.
1992-10-01 01:22:22 +00:00
Jim Blandy
a0ebb746f1
* buffer.c (Fother_buffer): Add back the VISIBLE_OK argument. It
...
got removed with no comment or ChangeLog entry, and
append-to-buffer uses it.
1992-09-30 18:16:11 +00:00
Jim Blandy
a080486e57
* data.c (Frem): Use the `fmod' function under SunOS, Ultrix, and
...
HP/UX, not just under USG systems.
1992-09-29 04:54:28 +00:00
Jim Blandy
b271272a9a
* buffer.c (Fbury_buffer): This used to undisplay the buffer being
...
buried only if the BUFFER argument was nil. Instead, undisplay the
buffer whenever it's displayed in the selected window, no matter
how it was specified by BUFFER. This is how it behaves in 18.58,
and I can't find any ChangeLog entry in 18.58 or 19.0 saying why
they differ. Fix the doc string accordingly.
1992-09-29 04:08:04 +00:00
Jim Blandy
b44895bc92
* buffer.c (Fget_buffer_create): Doc fix.
1992-09-22 05:16:47 +00:00
Jim Blandy
3f5fcd4734
Formatting change
1992-08-29 02:41:45 +00:00
Richard M. Stallman
5d30536766
(syms_of_buffer): Made buffer-display-table,
...
buffer-field-list and buffer-undo-list allow any type of value.
1992-08-28 20:39:57 +00:00
Jim Blandy
0fa3ba92d8
* buffer.c (syms_of_buffer): Call DEFVAR_PER_BUFFER with the new
...
TYPE argument.
* buffer.c (buffer_local_types): New variable.
(buffer_slot_type_mismatch): New function.
1992-08-19 06:18:37 +00:00
Jim Blandy
502b9b6441
entered into RCS
1992-07-13 19:54:34 +00:00
Richard M. Stallman
528415e7be
*** empty log message ***
1992-07-04 16:51:02 +00:00
Jim Blandy
ffd56f97cf
*** empty log message ***
1992-05-18 08:14:41 +00:00
Jim Blandy
8cf9a8c620
*** empty log message ***
1992-03-16 23:20:07 +00:00
Jim Blandy
36a8c287a8
*** empty log message ***
1992-02-15 22:18:37 +00:00
Jim Blandy
265a9e559d
*** empty log message ***
1992-01-13 21:48:08 +00:00
Roland McGrath
01050cb5ab
*** empty log message ***
1991-08-15 18:30:10 +00:00
Roland McGrath
1ab256cb99
Initial revision
1991-07-15 21:27:11 +00:00