]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 15 Aug 2005 12:29:38 +0000 (12:29 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 15 Aug 2005 12:29:38 +0000 (12:29 +0000)
lisp/ChangeLog
src/ChangeLog

index 0c1dc1dfb4c26ffc81f09c72629a7e723e8e2efd..db4a2ede606f7f482a214fcd41460296c3d81e13 100644 (file)
@@ -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.
index 996175b2ff3cae8898115f0dda60b96cd1376a98..f108643554085baab73dea8919111ab38a8c3459 100644 (file)
@@ -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)