comparison lisp/ChangeLog @ 85415:b1e285a2d293

(tty-create-frame-with-faces): Make sure not only tty-run-terminal-initialization but also set-locale-environment are run only once per terminal. (tty-run-terminal-initialization): Don't check if the terminal was already initted.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 18 Oct 2007 19:02:23 +0000
parents f79d3fec6de7
children 58c70d072b21
comparison
equal deleted inserted replaced
85414:f79d3fec6de7 85415:b1e285a2d293
1 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * faces.el (tty-create-frame-with-faces): Make sure not only
4 tty-run-terminal-initialization but also set-locale-environment
5 are run only once per terminal.
6 (tty-run-terminal-initialization): Don't check if the terminal was
7 already initted.
2 8
3 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful 9 * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
4 not to remove keymaps that just happen to inherit from one of ours. 10 not to remove keymaps that just happen to inherit from one of ours.
5 When setting up our keymap, make sure it won't be accidentally 11 When setting up our keymap, make sure it won't be accidentally
6 modified by someone else. 12 modified by someone else.