diff options
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8569569288..288589d9e04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -10,8 +10,10 @@ | |||
| 10 | 10 | ||
| 11 | 2014-12-14 Cameron Desautels <camdez@gmail.com> | 11 | 2014-12-14 Cameron Desautels <camdez@gmail.com> |
| 12 | 12 | ||
| 13 | * cus-edit.el (custom-prompt-customize-unsaved-options): Add a | 13 | * cus-edit.el (custom-unsaved-options): New function, extracted |
| 14 | mechanism for prompting user about unsaved customizations. | 14 | from `customize-unsaved'. |
| 15 | (custom-unsaved): Use it. | ||
| 16 | (custom-prompt-customize-unsaved-options): New function. | ||
| 15 | (Bug#19328) | 17 | (Bug#19328) |
| 16 | 18 | ||
| 17 | 2014-12-14 Dmitry Gutov <dgutov@yandex.ru> | 19 | 2014-12-14 Dmitry Gutov <dgutov@yandex.ru> |