diff options
| author | Richard M. Stallman | 2004-12-13 19:46:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-13 19:46:36 +0000 |
| commit | d9c1ce9ddcd2492142cc3f9ace70a09505163938 (patch) | |
| tree | 169e33e82b1be1c86d2f986318e65793712229ce /src | |
| parent | da14d1acd49df1c5d8f28d4b9fbeb4f61d844e18 (diff) | |
| download | emacs-d9c1ce9ddcd2492142cc3f9ace70a09505163938.tar.gz emacs-d9c1ce9ddcd2492142cc3f9ace70a09505163938.zip | |
(file-cache-add-directory-using-find):
Only set up file-cache-find-command-posix-flag if we will use it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 92f24f2af70..7e21c345192 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2004-12-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (syms_of_eval) <quit-flag>: Doc fix. | ||
| 4 | |||
| 5 | * keyboard.c (Vthrow_on_input): New variable. | ||
| 6 | (syms_of_keyboard): Defvar and initialize it. | ||
| 7 | (kbd_buffer_store_event_hold): Handle Vthrow_on_input. | ||
| 8 | |||
| 9 | * lisp.h (QUIT): Check for Vthrow_on_input. | ||
| 10 | (Vthrow_on_input): Declare it. | ||
| 11 | |||
| 1 | 2004-12-13 Kim F. Storm <storm@cua.dk> | 12 | 2004-12-13 Kim F. Storm <storm@cua.dk> |
| 2 | 13 | ||
| 3 | * xdisp.c (set_iterator_to_next): Reset stop_charpos after display | 14 | * xdisp.c (set_iterator_to_next): Reset stop_charpos after display |