summaryrefslogtreecommitdiff
path: root/etc/TODO
diff options
context:
space:
mode:
authorCameron Desautels <camdez@gmail.com>2014-12-14 06:49:06 -0500
committerTed Zlatanov <tzz@lifelogs.com>2014-12-14 06:51:17 -0500
commit4c4f970c8d10b346acc6d231f3755c1d1f5827fb (patch)
tree201898796452a831786f584abfe67dd54ed42365 /etc/TODO
parentf7572b72fd448c8ab6002bc6a545dfb765bbc520 (diff)
downloademacs-4c4f970c8d10b346acc6d231f3755c1d1f5827fb.tar.gz
Provide custom-prompt-customize-unsaved-options.
* doc/emacs/custom.texi (Saving Customizations): Mention `custom-prompt-customize-unsaved-options'. * etc/NEWS: Mention `custom-prompt-customize-unsaved-options'. * etc/TODO: Remove its entry. * lisp/cus-edit.el (custom-prompt-customize-unsaved-options): Add a mechanism for prompting user about unsaved customizations. (Bug#19328)
Diffstat (limited to 'etc/TODO')
-rw-r--r--etc/TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/TODO b/etc/TODO
index ccd00e51218..cbb23944ded 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -419,12 +419,6 @@ rather than interactively. This a trivial one-liner in easy-mode.el.
** Make byte-optimization warnings issue accurate line numbers.
-** A function to check for customizable options that have been
- set but not saved, and ask the user whether to save them.
- This could go in kill-emacs-query-functions, to remind people
- to save their changes. If the user says yes, show them
- in a Custom buffer using customize-customized.
-
** Record the sxhash of the default value for customized variables
and notify the user (maybe by adding a menu item or toolbar button,
as the detection can occur during autoload time) when the default