]> code.delx.au - gnu-emacs/blobdiff - lisp/terminal.el
Fix pos-visible-in-window-p under bidi redisplay.
[gnu-emacs] / lisp / terminal.el
index 0bde04eb2ec8fc06bcb7fb99011c852128fcbd90..6fdaecf9c9c5106e86ddec2fe30c8659d7326c0a 100644 (file)
@@ -105,8 +105,8 @@ performance."
     (define-key map [t] 'te-pass-through)
     (define-key map [switch-frame] 'handle-switch-frame)
     (define-key map "\e" terminal-meta-map)
-    ;(define-key map "\C-l"
-    ;  '(lambda () (interactive) (te-pass-through) (redraw-display)))
+    ;;(define-key map "\C-l"
+    ;;  (lambda () (interactive) (te-pass-through) (redraw-display)))
     (setq terminal-map map)))
 
 (defvar terminal-escape-map nil)