Mercurial > emacs
changeset 64982:d912e5d238ec
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 15 Aug 2005 12:29:38 +0000 |
parents | 62ba4ebf9352 |
children | 1a1aa1eae3b3 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 15 12:22:43 2005 +0000 +++ b/lisp/ChangeLog Mon Aug 15 12:29:38 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-15 Kim F. Storm <storm@cua.dk> + + * ido.el (ido-buffer-internal): Use with-no-warnings. + (ido-make-merged-file-list): Use while-no-input. + 2005-08-14 Richard M. Stallman <rms@gnu.org> * files.el (interpreter-mode-alist): Doc fix.
--- a/src/ChangeLog Mon Aug 15 12:22:43 2005 +0000 +++ b/src/ChangeLog Mon Aug 15 12:29:38 2005 +0000 @@ -1,5 +1,7 @@ 2005-08-15 Kim F. Storm <storm@cua.dk> + * lisp.h (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input. + * process.c (deactivate_process, status_notify, read_process_output) (update_status, status_convert, decode_status, allocate_pty) (make_process, remove_process, list_processes_1)