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:
parent
12d70bbb55
commit
a9bcbf3f60
1 changed files with 1 additions and 1 deletions
|
|
@ -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...")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue