patch 8.2.4493: options test fails in the GUI

Problem:    Options test fails in the GUI.
Solution:   Do not save and restore 'term'.
diff --git a/src/version.c b/src/version.c
index 2b61254..0a83277 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4493,
+/**/
     4492,
 /**/
     4491,