From 47cf9d3a96eb8290087971ef52b813f80e4df1e7 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 8 Feb 1995 00:43:45 +0000 Subject: (byte-compile-file-form-defmumble, display-call-tree): Print ellipsis earlier, so message logging will fold similar strings. --- lisp/emacs-lisp/bytecomp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/bytecomp.el') diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 54776e1810c..45d2b9ff726 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1598,7 +1598,7 @@ With argument, insert value in current buffer after the form." (if (memq 'redefine byte-compile-warnings) (byte-compile-arglist-warn form macrop)) (if byte-compile-verbose - (message "Compiling %s (%s)..." (or filename "") (nth 1 form))) + (message "Compiling %s... (%s)" (or filename "") (nth 1 form))) (cond (that-one (if (and (memq 'redefine byte-compile-warnings) ;; don't warn when compiling the stubs in byte-run... @@ -3032,7 +3032,7 @@ invoked interactively." (with-output-to-temp-buffer "*Call-Tree*" (set-buffer "*Call-Tree*") (erase-buffer) - (message "Generating call tree (sorting on %s)..." + (message "Generating call tree... (sorting on %s)" byte-compile-call-tree-sort) (insert "Call tree for " (cond ((null byte-compile-current-file) (or filename "???")) -- cgit v1.2.3