diff --git a/lisp/term-compat.el b/lisp/term-compat.el index 809dfa6..dd89e5e 100644 --- a/lisp/term-compat.el +++ b/lisp/term-compat.el @@ -28,7 +28,6 @@ (let ((ascii-start 97)) (dotimes (n 26) - (message "%d" n) (define-key xterm-function-map (format "\e[27;5;%d~" (+ ascii-start n)) (vector (1+ n)))))