1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(custom-buffer-create-internal): Remove "100%" from

the message "Creating customization items...done".
This commit is contained in:
Eli Zaretskii 2001-09-06 08:25:31 +00:00
parent 12d70bbb55
commit a9bcbf3f60

View file

@ -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...")