From 9c4b883461cac3cbbecae0617fe06dfcdc32b536 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 24 Oct 2024 14:07:10 +0200 Subject: [PATCH] Remove debug message --- lisp/progmodes/elisp-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 6423084877e..e41b942627c 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -1030,7 +1030,6 @@ namespace but with lower confidence." (setq dec bin)) (when bin (setf (alist-get beg all) (list len bin)))) (current-buffer)))) - (message "all: %S" all) (if dec (let (res) (pcase-dolist (`(,sym ,len ,bin) all) -- 2.39.5