diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-07-11 16:06:03 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-07-11 16:06:03 +0200 |
commit | 0a3d727cb16b2ba26a4ad17e87a559d825ffb0dd (patch) | |
tree | c78b3a99e54516274544832885f8cbff33af999d /lisp/cus-edit.el | |
parent | a87bdb8f91263c3ebe1903b82b15cd148ab09da5 (diff) | |
download | emacs-0a3d727cb16b2ba26a4ad17e87a559d825ffb0dd.tar.gz |
Remove misleading message in customize
* lisp/cus-edit.el (custom-buffer-create-internal): Remove misleading
message about "Resetting customization items" (bug#22451).
Diffstat (limited to 'lisp/cus-edit.el')
-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")) (unless (eq (preceding-char) ?\n) (widget-insert "\n")) (message "Creating customization items ...done") - (message "Resetting customization items...") (unless (eq custom-buffer-style 'tree) (mapc 'custom-magic-reset custom-options)) - (message "Resetting customization items...done") (message "Creating customization setup...") (widget-setup) (buffer-enable-undo) |