Mercurial > emacs
diff lisp/flow-ctrl.el @ 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 | ba185131c3e8 |
| children | 9b694015caec |
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)
