changeset 1569:b221bae7ca15

[project @ 1995-10-19 03:43:37 by jwe]
author jwe
date Thu, 19 Oct 1995 03:43:37 +0000
parents a8232861312c
children b10436a98aa7
files src/input.cc
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/input.cc	Thu Oct 19 03:19:39 1995 +0000
+++ b/src/input.cc	Thu Oct 19 03:43:37 1995 +0000
@@ -947,6 +947,15 @@
   rl_add_defun ("operate-and-get-next",
 		(Function *) operate_and_get_next, CTRL ('O'));
 
+
+  // And the history search functions.
+
+  rl_add_defun ("history-search-backward",
+		(Function *) rl_history_search_backward, META ('p'));
+
+  rl_add_defun ("history-search-forward",
+		(Function *) rl_history_search_forward, META ('n'));
+
   // Don't treat single quotes as string delimiters when doing paren
   // matching.