Mercurial > emacs
changeset 5247:0cf95629f6c4
(Fbuffer_disable_undo): Make arg optional.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Dec 1993 01:55:14 +0000 |
parents | bec1126c6c00 |
children | 27d6275810a7 |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Thu Dec 23 01:54:13 1993 +0000 +++ b/src/buffer.c Thu Dec 23 01:55:14 1993 +0000 @@ -620,9 +620,10 @@ return Fget_buffer_create (build_string ("*scratch*")); } -DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, 1,1, +DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, 0, 1, 0, - "Make BUFFER stop keeping undo information.") + "Make BUFFER stop keeping undo information.\n\ +No argument or nil as argument means do this for the current buffer.") (buffer) register Lisp_Object buffer; {