comparison 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
comparison
equal deleted inserted replaced
112162:54ade079a863 112163:b30a0deacfdf
1 2011-01-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * subr.el (read-char-choice): New function, factored out from
4 dired-query and hack-local-variables-confirm.
5
6 * dired-aux.el (dired-query):
7 * files.el (hack-local-variables-confirm): Use it.
8
9 * dired-aux.el (dired-compress-file):
10 * files.el (abort-if-file-too-large, find-alternate-file)
11 (set-visited-file-name, write-file, backup-buffer)
12 (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
13 (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
14 Use new format string args for y-or-n-p and yes-or-no-p.
15
1 2011-01-08 Andreas Schwab <schwab@linux-m68k.org> 16 2011-01-08 Andreas Schwab <schwab@linux-m68k.org>
2 17
3 * progmodes/compile.el (compilation-error-regexp-alist-alist) 18 * progmodes/compile.el (compilation-error-regexp-alist-alist)
4 [gcc-include]: Tighten file name match, add match for column 19 [gcc-include]: Tighten file name match, add match for column
5 number. (Bug#7806) 20 number. (Bug#7806)