mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(message_with_string): Error if STRING is not a string.
This commit is contained in:
parent
1e59646d69
commit
5b6d51b6e8
@ -6053,6 +6053,8 @@ message_with_string (m, string, log)
|
||||
Lisp_Object string;
|
||||
int log;
|
||||
{
|
||||
CHECK_STRING (string);
|
||||
|
||||
if (noninteractive)
|
||||
{
|
||||
if (m)
|
||||
|
Loading…
Reference in New Issue
Block a user