From a9bcbf3f60f03cb4407da5c1acfe56ea774efcdb Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 6 Sep 2001 08:25:31 +0000 Subject: [PATCH] (custom-buffer-create-internal): Remove "100%" from the message "Creating customization items...done". --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 11c85882f2e..36edc4ea217 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -1335,7 +1335,7 @@ Un-customize all values in this buffer. They get their standard settings." options)))) (unless (eq (preceding-char) ?\n) (widget-insert "\n")) - (message "Creating customization items ...%2d%%done" 100) + (message "Creating customization items ...done") (unless (eq custom-buffer-style 'tree) (mapc 'custom-magic-reset custom-options)) (message "Creating customization setup...") -- 2.39.2