diff options
| author | Andreas Schwab | 2011-07-28 22:23:19 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2011-07-28 22:23:19 +0200 |
| commit | 9a79b20c28f48ff640df50d74185b39acf0850a7 (patch) | |
| tree | a19604e9095adde815f9bcd263dcba14570e174a /src/ChangeLog | |
| parent | d55e9c533fececfe4a934fe5a770dbe259d478a0 (diff) | |
| download | emacs-9a79b20c28f48ff640df50d74185b39acf0850a7.tar.gz emacs-9a79b20c28f48ff640df50d74185b39acf0850a7.zip | |
Implement ## reader macro
* src/lread.c (read1): Read ## as empty symbol.
* src/print.c (print_object): Print empty symbol as ##.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6f64f4211d..3eaa3d5eadd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-07-28 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * print.c (print_object): Print empty symbol as ##. | ||
| 4 | |||
| 5 | * lread.c (read1): Read ## as empty symbol. | ||
| 6 | |||
| 1 | 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com> | 7 | 2011-07-28 Alp Aker <alp.tekin.aker@gmail.com> |
| 2 | 8 | ||
| 3 | * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when | 9 | * nsfns.m (x_set_foreground_color): Set f->foreground_pixel when |