1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

; * src/textconv.c (textconv_query): Fix build on non-GCC compilers.

This commit is contained in:
Po Lu 2023-02-12 20:39:23 +08:00
parent 9510e8ad68
commit ac2c7a28da

View File

@ -279,6 +279,7 @@ textconv_query (struct frame *f, struct textconv_callback_struct *query)
}
default:
break;
}
/* Undo any changes to the excursion. */