Mercurial > emacs
changeset 12110:d7d7f15f3a92
(Fbuffer_disable_undo): Make this function interactive.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 07 Jun 1995 21:00:01 +0000 |
parents | 6be53feb3323 |
children | 832023e90d4d |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Wed Jun 07 20:54:21 1995 +0000 +++ b/src/buffer.c Wed Jun 07 21:00:01 1995 +0000 @@ -807,8 +807,8 @@ return Fget_buffer_create (build_string ("*scratch*")); } -DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, 0, 1, -0, +DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, + 0, 1, "", "Make BUFFER stop keeping undo information.\n\ No argument or nil as argument means do this for the current buffer.") (buffer)