From: Eli Zaretskii Date: Thu, 6 Sep 2001 08:25:31 +0000 (+0000) Subject: (custom-buffer-create-internal): Remove "100%" from X-Git-Tag: emacs-pretest-21.0.106~225 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9bcbf3f60f03cb4407da5c1acfe56ea774efcdb;p=emacs.git (custom-buffer-create-internal): Remove "100%" from the message "Creating customization items...done". --- 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...")