diff options
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1335 | options)))) | 1335 | options)))) |
| 1336 | (unless (eq (preceding-char) ?\n) | 1336 | (unless (eq (preceding-char) ?\n) |
| 1337 | (widget-insert "\n")) | 1337 | (widget-insert "\n")) |
| 1338 | (message "Creating customization items ...%2d%%done" 100) | 1338 | (message "Creating customization items ...done") |
| 1339 | (unless (eq custom-buffer-style 'tree) | 1339 | (unless (eq custom-buffer-style 'tree) |
| 1340 | (mapc 'custom-magic-reset custom-options)) | 1340 | (mapc 'custom-magic-reset custom-options)) |
| 1341 | (message "Creating customization setup...") | 1341 | (message "Creating customization setup...") |