(custom-buffer-create-internal): Remove "100%" from
authorEli Zaretskii <eliz@gnu.org>
Thu, 6 Sep 2001 08:25:31 +0000 (08:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 6 Sep 2001 08:25:31 +0000 (08:25 +0000)
the message "Creating customization items...done".

lisp/cus-edit.el

index 11c8588..36edc4e 100644 (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...")