comparison lisp/ChangeLog @ 99881:2842e1343bee

* files.el (confirm-nonexistent-file-or-buffer): Allow `after-completion' value to request confirm only after TAB. (confirm-nonexistent-file-or-buffer): New function. (read-buffer-to-switch, find-file, find-file-other-window) (find-file-other-frame, find-file-read-only) (find-file-read-only-other-window) (find-file-read-only-other-frame): Use it. (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix. * minibuffer.el (minibuffer-complete-and-exit): Change `confirm-only' value of minibuffer-completion-confirm to `confirm', and handle a `confirm-after-completion' value.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 24 Nov 2008 19:13:45 +0000
parents 684861183d28
children 7161bac8c5a8
comparison
equal deleted inserted replaced
99880:45b1a61112cb 99881:2842e1343bee
1 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * files.el (confirm-nonexistent-file-or-buffer): Allow
4 `after-completion' value to request confirm only after TAB.
5 (confirm-nonexistent-file-or-buffer): New function.
6 (read-buffer-to-switch, find-file, find-file-other-window)
7 (find-file-other-frame, find-file-read-only)
8 (find-file-read-only-other-window)
9 (find-file-read-only-other-frame): Use it.
10 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc
11 fix.
12
13 * minibuffer.el (minibuffer-complete-and-exit): Change
14 `confirm-only' value of minibuffer-completion-confirm to
15 `confirm', and handle a `confirm-after-completion' value.
16
1 2008-11-24 Juanma Barranquero <lekktu@gmail.com> 17 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
2 18
3 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'. 19 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4 20
5 2008-11-24 Andreas Schwab <schwab@suse.de> 21 2008-11-24 Andreas Schwab <schwab@suse.de>