comparison lisp/flow-ctrl.el @ 3469:ba185131c3e8

(enable-flow-control): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 04 Jun 1993 05:16:58 +0000
parents 80c1064620a8
children 41a282d1b176
comparison
equal deleted inserted replaced
3468:f3052346f005 3469:ba185131c3e8
44 44
45 ;;; Code: 45 ;;; Code:
46 46
47 ;;;###autoload 47 ;;;###autoload
48 (defun enable-flow-control () 48 (defun enable-flow-control ()
49 "Enable use of flow control; let user type C-s as C-\ and C-q as C-^." 49 "Enable use of flow control; let user type C-s as C-\\ and C-q as C-^."
50 (interactive) 50 (interactive)
51 ;; Tell emacs to pass C-s and C-q to OS. 51 ;; Tell emacs to pass C-s and C-q to OS.
52 (set-input-mode nil t nil) 52 (set-input-mode nil t nil)
53 ;; Initialize translate table, saving previous mappings, if any. 53 ;; Initialize translate table, saving previous mappings, if any.
54 (let ((the-table (make-string 128 0))) 54 (let ((the-table (make-string 128 0)))