diff lisp/ChangeLog @ 112163:b30a0deacfdf

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.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 08 Jan 2011 14:17:23 -0500
parents 038a93c74821
children afa244de82cd
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Jan 08 11:03:31 2011 -0800
+++ b/lisp/ChangeLog	Sat Jan 08 14:17:23 2011 -0500
@@ -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)