1
0
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:
Richard M. Stallman 2002-06-03 22:44:31 +00:00
parent 1e59646d69
commit 5b6d51b6e8

View File

@ -6053,6 +6053,8 @@ message_with_string (m, string, log)
Lisp_Object string;
int log;
{
CHECK_STRING (string);
if (noninteractive)
{
if (m)