changeset 856:583035084779

entered into RCS
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 24 Jul 1992 02:36:33 +0000
parents a3068bc219cf
children cc52c6087403
files lisp/flow-ctrl.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)