Mercurial > emacs
diff src/ChangeLog @ 107885:1da056389889
Fix crash on NextStep terminal (Bug#5837)
* xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for
terminal frames (Bug#5837).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 17 Apr 2010 11:53:55 -0400 |
parents | 8b1a353e3aab |
children | bf5fce1e8e34 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Apr 17 16:34:23 2010 +0300 +++ b/src/ChangeLog Sat Apr 17 11:53:55 2010 -0400 @@ -327,6 +327,11 @@ (gif_load): Put GIF extension data to the property `Qextension_data'. +2010-04-05 Chong Yidong <cyd@stupidchicken.com> + + * xdisp.c (prepare_menu_bars): Don't call ns_set_doc_edited for + terminal frames (Bug#5837). + 2010-03-31 Chong Yidong <cyd@stupidchicken.com> * nsfns.m (ns_set_doc_edited): Remove unused arg OLDVAL.