comparison src/ChangeLog @ 3143:8273ffbc92cd

[xemacs-hg @ 2005-12-17 21:04:15 by aidan] standard-syntax-table, standard-category-table are not in Lisp
author aidan
date Sat, 17 Dec 2005 21:04:16 +0000
parents 77f5a5135b3a
children d830788d6a2c
comparison
equal deleted inserted replaced
3142:77f5a5135b3a 3143:8273ffbc92cd
1 2005-12-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * buffer.c:
4 standard-syntax-table and standard-category-table are not
5 available from Lisp any more, don't mention as Lisp variables.
6
1 2005-12-17 Aidan Kehoe <kehoea@parhasard.net> 7 2005-12-17 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * console-x.c (x_perhaps_init_unseen_key_defaults): 9 * console-x.c (x_perhaps_init_unseen_key_defaults):
4 If the key name is a single character, and the keysym is NoSymbol, 10 If the key name is a single character, and the keysym is NoSymbol,
5 give it a default binding, if that is possible. This addresses the 11 give it a default binding, if that is possible. This addresses the