]> code.delx.au - gnu-emacs/blobdiff - lisp/flow-ctrl.el
(shell-command-on-region):
[gnu-emacs] / lisp / flow-ctrl.el
index bd1263a8e2070e342601b1d54814f55892d8b512..d6af524a49e91b7994d1511b1658b2c244c28371 100644 (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)
+  (set-input-mode nil t nil)
   ;; Initialize translate table, saving previous mappings, if any.
   (let ((the-table (make-string 128 0)))
     (let ((i 0)