# HG changeset patch # User Eric S. Raymond # Date 711945393 0 # Node ID 5830350847797fb58a778b24852b275d717caf8b # Parent a3068bc219cf9bfd58433451273157c02e98331c entered into RCS diff -r a3068bc219cf -r 583035084779 lisp/flow-ctrl.el --- a/lisp/flow-ctrl.el Thu Jul 23 18:27:13 1992 +0000 +++ b/lisp/flow-ctrl.el Fri Jul 24 02:36:33 1992 +0000 @@ -49,7 +49,7 @@ "Enable use of flow control; let user type C-s as C-\ and C-q as C-^." (interactive) ;; Tell emacs to pass C-s and C-q to OS. - (set-input-mode nil t) + (set-input-mode nil t nil) ;; Initialize translate table, saving previous mappings, if any. (let ((the-table (make-string 128 0))) (let ((i 0)