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 | b2830f367b0ab8d7687adb9d245cf5cd26b078dc (patch) | |
tree | 6ee72c673a86288b01bb251beb0e5b614feeb89c | |
parent | a7f6929e5285f8145fa5265331ec56a61a659c64 (diff) | |
download | emacs-b2830f367b0ab8d7687adb9d245cf5cd26b078dc.tar.gz |
entered into RCS
-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) |