1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(enable-flow-control): Don't alter the 8-bit flag.

This commit is contained in:
Richard M. Stallman 1993-06-11 17:55:51 +00:00
parent 4cd88e9c94
commit 1bc1c75ef9

View file

@ -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)