patch 8.2.2697: function list test fails

Problem:    Function list test fails.
Solution:   Add missing function. (Yegappan Lakshmanan)
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 891719a..f0e1ee5 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1003,6 +1003,7 @@
 	assert_true()		assert that an expression is true
 	assert_exception()	assert that a command throws an exception
 	assert_beeps()		assert that a command beeps
+	assert_nobeep()		assert that a command does not cause a beep
 	assert_fails()		assert that a command fails
 	assert_report()		report a test failure
 	test_alloc_fail()	make memory allocation fail
diff --git a/src/version.c b/src/version.c
index 72fd189..4749ca9 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2697,
+/**/
     2696,
 /**/
     2695,