1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

*** empty log message ***

This commit is contained in:
YAMAMOTO Mitsuharu 2007-04-09 09:19:18 +00:00
parent bb4c0e89d1
commit 82608dd927
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* make-package (compver): Don't hardcode processor type.
2007-03-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* makefile.MPW (dired.c.x, editfns.c.x, fileio.c.x, lread.c.x)

View File

@ -1,3 +1,8 @@
2007-04-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* s/darwin.h (__restrict, struct kboard): Remove outdated workarounds.
(C_SWITCH_SYSTEM): Remove `-I../mac/src'.
2007-04-09 Martin Rudalics <rudalics@gmx.at>
* indent.c (Fmove_to_column): Set next_boundary with correct start pt.