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
commitb2830f367b0ab8d7687adb9d245cf5cd26b078dc (patch)
tree6ee72c673a86288b01bb251beb0e5b614feeb89c /lisp/flow-ctrl.el
parenta7f6929e5285f8145fa5265331ec56a61a659c64 (diff)
downloademacs-b2830f367b0ab8d7687adb9d245cf5cd26b078dc.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)