From 7fcb4b7754b12fb9b1fb89ab57fd3b68a4151b63 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Tue, 12 Aug 2025 09:49:43 -0500 Subject: [PATCH] Alright stop doing that --- lisp/term-compat.el | 1 - 1 file changed, 1 deletion(-) 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)))))