; Fix last changes in buffer.c
* src/buffer.c (other_buffer_safely): Ensure Lisp Interaction mode in *scratch*. (Bug#60096)
This commit is contained in:
@@ -1757,6 +1757,7 @@ other_buffer_safely (Lisp_Object buffer)
|
||||
{
|
||||
AUTO_STRING (scratch, "*scratch*");
|
||||
buf = Fget_buffer_create (scratch, Qnil);
|
||||
Fset_buffer_major_mode (buf);
|
||||
}
|
||||
return buf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user