# HG changeset patch # User Chong Yidong # Date 1227554025 0 # Node ID 2842e1343beefc5f612b488b9ea3b8c0e116bb62 # Parent 45b1a61112cb7100c69b048d9ccf40f6e5a12e58 * 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. diff -r 45b1a61112cb -r 2842e1343bee lisp/ChangeLog --- a/lisp/ChangeLog Mon Nov 24 19:13:29 2008 +0000 +++ b/lisp/ChangeLog Mon Nov 24 19:13:45 2008 +0000 @@ -1,3 +1,19 @@ +2008-11-24 Chong Yidong + + * 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. + 2008-11-24 Juanma Barranquero * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.