Mercurial > emacs
diff src/ChangeLog @ 55139:2b5be9da52c2
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.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Sun, 25 Apr 2004 21:07:58 +0000 |
parents | 3d63e56c74bc |
children | 625c2ec45795 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Apr 25 20:58:26 2004 +0000 +++ b/src/ChangeLog Sun Apr 25 21:07:58 2004 +0000 @@ -1,3 +1,8 @@ +2004-04-26 Steven Tamm <steventamm@mac.com> + * 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. + 2004-04-25 Kim F. Storm <storm@cua.dk> * macterm.c (x_draw_hollow_cursor): Fix height of box for narrow lines.