diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-01-08 14:17:23 -0500 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-01-08 14:17:23 -0500 |
commit | 3ef01959de6b49dc0db5a930154a6f915f7a2678 (patch) | |
tree | 95b381cc5682669617e588cce68d3a6c14b65637 /lisp/ChangeLog | |
parent | 72427c46a78c9cf87a4aa51bcbfc7372e32b66cb (diff) | |
download | emacs-3ef01959de6b49dc0db5a930154a6f915f7a2678.tar.gz |
New function read-char-choice for reading a restricted set of chars.
* lisp/subr.el (read-char-choice): New function, factored out from
dired-query and hack-local-variables-confirm.
* lisp/dired-aux.el (dired-query):
* lisp/files.el (hack-local-variables-confirm): Use it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c39ded8f5d9..0f84b977d56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2011-01-08 Chong Yidong <cyd@stupidchicken.com> + + * subr.el (read-char-choice): New function, factored out from + dired-query and hack-local-variables-confirm. + + * dired-aux.el (dired-query): + * files.el (hack-local-variables-confirm): Use it. + + * dired-aux.el (dired-compress-file): + * files.el (abort-if-file-too-large, find-alternate-file) + (set-visited-file-name, write-file, backup-buffer) + (basic-save-buffer, basic-save-buffer-2, save-some-buffers) + (delete-directory, revert-buffer, recover-file, kill-buffer-ask): + Use new format string args for y-or-n-p and yes-or-no-p. + 2011-01-08 Andreas Schwab <schwab@linux-m68k.org> * progmodes/compile.el (compilation-error-regexp-alist-alist) |