diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-24 02:36:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-24 02:36:33 +0000 |
commit | 40f853d7404cd4c784cfd45b81b0887daf2e9477 (patch) | |
tree | 4711e5c08af3fb866fad05e8f1dfb157697225f4 /lisp/flow-ctrl.el | |
parent | 5066b2ed5671687acf171755b8c6e850ea47bab5 (diff) | |
download | emacs-40f853d7404cd4c784cfd45b81b0887daf2e9477.tar.gz |
entered into RCS
Diffstat (limited to 'lisp/flow-ctrl.el')
-rw-r--r-- | lisp/flow-ctrl.el | 2 |
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) |