comparison lisp/ChangeLog @ 4482:e3ef34f57070

Bind function-key-map correctly in device-specific startup code. 2008-07-26 Aidan Kehoe <kehoea@parhasard.net> * x-init.el (x-initialize-compose): Rewrite to use #'loop, as does similar code in x-win-sun.el, x-win-xfree86.el. Locally bind function-key-map to the correct value for the device's console. * x-win-xfree86.el (x-win-init-xfree86): Locally bind function-key-map to the correct value for the device's console. * x-win-sun.el (x-win-init-sun): Locally bind function-key-map to the correct value for the device's console.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 26 Jul 2008 09:37:08 +0200
parents f9c70d94f427
children b75b075a9041 d402d7b18bd8
comparison
equal deleted inserted replaced
4481:f9c70d94f427 4482:e3ef34f57070
1 2008-07-26 Aidan Kehoe <kehoea@parhasard.net>
2
3 * x-init.el (x-initialize-compose):
4 Rewrite to use #'loop, as does similar code in x-win-sun.el,
5 x-win-xfree86.el. Locally bind function-key-map to the correct
6 value for the device's console.
7 * x-win-xfree86.el (x-win-init-xfree86):
8 Locally bind function-key-map to the correct value for the
9 device's console.
10 * x-win-sun.el (x-win-init-sun):
11 Locally bind function-key-map to the correct value for the
12 device's console.
13
1 2008-07-20 Aidan Kehoe <kehoea@parhasard.net> 14 2008-07-20 Aidan Kehoe <kehoea@parhasard.net>
2 15
3 * descr-text.el (describe-char-unicode-data): 16 * descr-text.el (describe-char-unicode-data):
4 Correct three calls to #'error; it doesn't take #'message style 17 Correct three calls to #'error; it doesn't take #'message style
5 format strings and arguments. 18 format strings and arguments.