diff options
| author | Stefan Kangas | 2019-07-11 16:06:03 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-07-11 16:06:03 +0200 |
| commit | 0a3d727cb16b2ba26a4ad17e87a559d825ffb0dd (patch) | |
| tree | c78b3a99e54516274544832885f8cbff33af999d | |
| parent | a87bdb8f91263c3ebe1903b82b15cd148ab09da5 (diff) | |
| download | emacs-0a3d727cb16b2ba26a4ad17e87a559d825ffb0dd.tar.gz emacs-0a3d727cb16b2ba26a4ad17e87a559d825ffb0dd.zip | |
Remove misleading message in customize
* lisp/cus-edit.el (custom-buffer-create-internal): Remove misleading
message about "Resetting customization items" (bug#22451).
| -rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0b9fb27a737..8a8bad91137 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -1726,10 +1726,8 @@ Operate on all settings in this buffer:\n")) | |||
| 1726 | (unless (eq (preceding-char) ?\n) | 1726 | (unless (eq (preceding-char) ?\n) |
| 1727 | (widget-insert "\n")) | 1727 | (widget-insert "\n")) |
| 1728 | (message "Creating customization items ...done") | 1728 | (message "Creating customization items ...done") |
| 1729 | (message "Resetting customization items...") | ||
| 1730 | (unless (eq custom-buffer-style 'tree) | 1729 | (unless (eq custom-buffer-style 'tree) |
| 1731 | (mapc 'custom-magic-reset custom-options)) | 1730 | (mapc 'custom-magic-reset custom-options)) |
| 1732 | (message "Resetting customization items...done") | ||
| 1733 | (message "Creating customization setup...") | 1731 | (message "Creating customization setup...") |
| 1734 | (widget-setup) | 1732 | (widget-setup) |
| 1735 | (buffer-enable-undo) | 1733 | (buffer-enable-undo) |