aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-23 22:46:42 +0000
committerJuanma Barranquero2007-10-23 22:46:42 +0000
commit0f7f11b785ad9e8f83f24babfe2a283ada657782 (patch)
tree899b709f4ec4860f43a96629049a6a8aa4fc2fed /src
parent3bde9f241ccde37986401c5b40caa82a2ea43d06 (diff)
downloademacs-0f7f11b785ad9e8f83f24babfe2a283ada657782.tar.gz
emacs-0f7f11b785ad9e8f83f24babfe2a283ada657782.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 84a54a973ff..c137d23acfb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -18,6 +18,7 @@
18 18
19 * w32fns.c: Include math.h. 19 * w32fns.c: Include math.h.
20 (w32_abort): Declaration moved to nt/config.nt. 20 (w32_abort): Declaration moved to nt/config.nt.
21
21 * s/ms-w32.h (HAVE_STDLIB_H): Define. 22 * s/ms-w32.h (HAVE_STDLIB_H): Define.
22 (abort): Redefinition moved to nt/config.nt. 23 (abort): Redefinition moved to nt/config.nt.
23 24
@@ -34,7 +35,7 @@
34 * minibuf.c: Allow minibuffer default to be a list of default values. 35 * minibuf.c: Allow minibuffer default to be a list of default values.
35 With empty input use the first element of this list as returned default. 36 With empty input use the first element of this list as returned default.
36 (string_to_object) 37 (string_to_object)
37 (read_minibuf_noninteractive): If defalt is cons, set val to its car. 38 (read_minibuf_noninteractive): If defalt is cons, set val to its car.
38 (read_minibuf): If defalt is cons, set histstring to its car. 39 (read_minibuf): If defalt is cons, set histstring to its car.
39 (Fread_string): If default_value is cons, set val to its car. 40 (Fread_string): If default_value is cons, set val to its car.
40 (Fread_buffer): If def is cons, use its car. 41 (Fread_buffer): If def is cons, use its car.