aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-05-25 14:06:13 -0400
committerStefan Monnier2012-05-25 14:06:13 -0400
commit48def666f155f3a102594f3a7d800ae549c36313 (patch)
treee5a3f17b3f6c6fd2fc3e9929f9ea12fdd7ce569a /src/ChangeLog
parenta8d3cbf75d219d7a249fc0623219511179e959da (diff)
downloademacs-48def666f155f3a102594f3a7d800ae549c36313.tar.gz
emacs-48def666f155f3a102594f3a7d800ae549c36313.zip
* src/lread.c: Remove `read_pure' which makes no difference.
(read_pure): Remove var. (unreadpure): Remove function. (readevalloop): Don't call read_list with -1 flag. (read1, read_vector): Don't test read_pure any more. (read_list): Simplify.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 911354b7a61..f211bd4c939 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12012-05-25 Stefan Monnier <monnier@iro.umontreal.ca> 12012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * lread.c: Remove `read_pure' which makes no difference.
4 (read_pure): Remove var.
5 (unreadpure): Remove function.
6 (readevalloop): Don't call read_list with -1 flag.
7 (read1, read_vector): Don't test read_pure any more.
8 (read_list): Simplify.
9
3 * fileio.c, character.h: Minor style tweaks. 10 * fileio.c, character.h: Minor style tweaks.
4 11
52012-05-24 Dmitry Antipov <dmantipov@yandex.ru> 122012-05-24 Dmitry Antipov <dmantipov@yandex.ru>