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:
parent
4cd88e9c94
commit
1bc1c75ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue