Mercurial > hg > xemacs-beta
diff src/buffer.c @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 859a2309aef8 |
children | e04119814345 |
line wrap: on
line diff
--- a/src/buffer.c Mon Aug 13 08:50:31 2007 +0200 +++ b/src/buffer.c Mon Aug 13 08:51:03 2007 +0200 @@ -1163,11 +1163,10 @@ return Fget_buffer_create (QSscratch); } -/* XEmacs change: Make this argument required because this is a dangerous - function. */ -DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, 1, 1, "", /* +DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, 0, 1, "", /* Make BUFFER stop keeping undo information. Any undo records it already has are discarded. +No argument or nil as argument means do this for the current buffer. */ (buffer)) {