summaryrefslogtreecommitdiff
path: root/lisp/flow-ctrl.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-24 02:36:33 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-24 02:36:33 +0000
commit40f853d7404cd4c784cfd45b81b0887daf2e9477 (patch)
tree4711e5c08af3fb866fad05e8f1dfb157697225f4 /lisp/flow-ctrl.el
parent5066b2ed5671687acf171755b8c6e850ea47bab5 (diff)
downloademacs-40f853d7404cd4c784cfd45b81b0887daf2e9477.tar.gz
entered into RCS
Diffstat (limited to 'lisp/flow-ctrl.el')
-rw-r--r--lisp/flow-ctrl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el
index bd1263a8e20..d6af524a49e 100644
--- a/lisp/flow-ctrl.el
+++ b/lisp/flow-ctrl.el
@@ -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)