]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove debug message
authorEshel Yaron <me@eshelyaron.com>
Thu, 24 Oct 2024 12:07:10 +0000 (14:07 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Oct 2024 12:07:10 +0000 (14:07 +0200)
lisp/progmodes/elisp-mode.el

index 6423084877ec755edef82101449f18931550d9e9..e41b942627c93b7a634efe32ebd1f9b8c196da54 100644 (file)
@@ -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)