comparison src/buffer.c @ 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 30adadd79bf9
children c6ee462394fe
comparison
equal deleted inserted replaced
12109:6be53feb3323 12110:d7d7f15f3a92
805 if (!NILP (notsogood)) 805 if (!NILP (notsogood))
806 return notsogood; 806 return notsogood;
807 return Fget_buffer_create (build_string ("*scratch*")); 807 return Fget_buffer_create (build_string ("*scratch*"));
808 } 808 }
809 809
810 DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo, 0, 1, 810 DEFUN ("buffer-disable-undo", Fbuffer_disable_undo, Sbuffer_disable_undo,
811 0, 811 0, 1, "",
812 "Make BUFFER stop keeping undo information.\n\ 812 "Make BUFFER stop keeping undo information.\n\
813 No argument or nil as argument means do this for the current buffer.") 813 No argument or nil as argument means do this for the current buffer.")
814 (buffer) 814 (buffer)
815 register Lisp_Object buffer; 815 register Lisp_Object buffer;
816 { 816 {