patch 7.4.1765
Problem:    Undo options are not together in the options window.
Solution:   Put them together.  (Gary Johnson)
diff --git a/src/version.c b/src/version.c
index 9ec96b2..75d4746 100644
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,10 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1765,
+/**/
+    1764,
+/**/
     1763,
 /**/
     1762,