changeset 3660:41a282d1b176

(enable-flow-control): Don't alter the 8-bit flag.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Jun 1993 17:55:51 +0000
parents 296caa999ccf
children 65d530f613a8
files lisp/flow-ctrl.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/flow-ctrl.el	Fri Jun 11 17:52:59 1993 +0000
+++ b/lisp/flow-ctrl.el	Fri Jun 11 17:55:51 1993 +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 nil)
+  (set-input-mode nil t (nth 2 (current-input-mode)))
   ;; Initialize translate table, saving previous mappings, if any.
   (let ((the-table (make-string 128 0)))
     (let ((i 0)