comparison src/ChangeLog @ 86251:ec2f30e07030

* term/mac-win.el (x-setup-function-keys): Only setup local-function-key-map if it has not been setup already for the current frame. Move the suspend-emacs processing here. * s/darwin.h (MULTI_KBOARD): Remove. * macfns.c (x_create_tip_frame, Fx_create_frame) (x_create_tip_frame): Don't deal with MULTI_KBOARD.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 20 Nov 2007 17:58:52 +0000
parents 79043dac5524
children 2da228125cce
comparison
equal deleted inserted replaced
86250:9a2cbd44a899 86251:ec2f30e07030
1 2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * s/darwin.h (MULTI_KBOARD): Remove.
4
5 * macfns.c (x_create_tip_frame, Fx_create_frame)
6 (x_create_tip_frame): Don't deal with MULTI_KBOARD.
7
1 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca> 8 2007-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * buffer.c (Fbuffer_local_value): Remove redundant test. 10 * buffer.c (Fbuffer_local_value): Remove redundant test.
4 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather 11 (swap_out_buffer_local_variables): Swap out binding in `buffer' rather
5 than in `current-buffer' to match the comment. 12 than in `current-buffer' to match the comment.