aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond1992-07-24 02:36:33 +0000
committerEric S. Raymond1992-07-24 02:36:33 +0000
commitb2830f367b0ab8d7687adb9d245cf5cd26b078dc (patch)
tree6ee72c673a86288b01bb251beb0e5b614feeb89c
parenta7f6929e5285f8145fa5265331ec56a61a659c64 (diff)
downloademacs-b2830f367b0ab8d7687adb9d245cf5cd26b078dc.tar.gz
emacs-b2830f367b0ab8d7687adb9d245cf5cd26b078dc.zip
entered into RCS
-rw-r--r--lisp/flow-ctrl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/flow-ctrl.el b/lisp/flow-ctrl.el
index bd1263a8e20..d6af524a49e 100644
--- a/lisp/flow-ctrl.el
+++ b/lisp/flow-ctrl.el
@@ -49,7 +49,7 @@
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) 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)))
55 (let ((i 0) 55 (let ((i 0)