Mercurial > emacs
diff lisp/cus-edit.el @ 39153:001cb5cd0de9
(custom-buffer-create-internal): Remove "100%" from
the message "Creating customization items...done".
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Thu, 06 Sep 2001 08:25:31 +0000 |
| parents | b174db545cfd |
| children | 1b4259bc2f74 |
line wrap: on
line diff
--- a/lisp/cus-edit.el Thu Sep 06 08:17:24 2001 +0000 +++ b/lisp/cus-edit.el Thu Sep 06 08:25:31 2001 +0000 @@ -1335,7 +1335,7 @@ 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...")
