]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbuffer_disable_undo): Make this function interactive.
authorKarl Heuer <kwzh@gnu.org>
Wed, 7 Jun 1995 21:00:01 +0000 (21:00 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 7 Jun 1995 21:00:01 +0000 (21:00 +0000)
src/buffer.c

index 7713e0cb1b71ae8b0d54bc3fc172f6154d024aef..bdc5c05f8e147da2662c6b442c827c9794635f9f 100644 (file)
@@ -807,8 +807,8 @@ If BUFFER is omitted or nil, some interesting buffer is returned.")
   return Fget_buffer_create (build_string ("*scratch*"));
 }
 \f
-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)