diff options
| author | Steven Tamm | 2004-04-25 21:07:58 +0000 |
|---|---|---|
| committer | Steven Tamm | 2004-04-25 21:07:58 +0000 |
| commit | f3d5f92d98cb97a735ae9725a7db8479b5d81d85 (patch) | |
| tree | 9b80da2af77591d3c2481616f6a77c090148b8f5 /src/ChangeLog | |
| parent | fbcb95296686cf4af6755508085170f569a9eff6 (diff) | |
| download | emacs-f3d5f92d98cb97a735ae9725a7db8479b5d81d85.tar.gz emacs-f3d5f92d98cb97a735ae9725a7db8479b5d81d85.zip | |
lread.c (init_lread): Don't display missing lisp directory
warnings with Carbon Emacs because self-contained bundled Emacs
may be build without correct installation path.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56093ed72d3..b0c68409234 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-04-26 Steven Tamm <steventamm@mac.com> | ||
| 2 | * lread.c (init_lread): Don't display missing lisp directory | ||
| 3 | warnings with Carbon Emacs because self-contained bundled Emacs | ||
| 4 | may be build without correct installation path. | ||
| 5 | |||
| 1 | 2004-04-25 Kim F. Storm <storm@cua.dk> | 6 | 2004-04-25 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines. | 8 | * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines. |