comparison lisp/ChangeLog @ 61440:cc32b1ad8413

Give punctuation syntax to NBSP.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 10 Apr 2005 20:49:54 +0000
parents e23c9743cccb
children 0f3d9a7cad2f
comparison
equal deleted inserted replaced
61439:267229876c56 61440:cc32b1ad8413
1 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * international/latin-1.el:
4 * international/latin-2.el:
5 * international/latin-3.el:
6 * international/latin-4.el:
7 * international/latin-5.el:
8 * international/latin-8.el:
9 * international/latin-9.el: Give punctuation syntax to NBSP.
10
11 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
13 Use char-classes to accept non-ascii letters, accepted in some recent
14 bibtex implementations.
15
1 2005-04-10 Luc Teirlinck <teirllm@auburn.edu> 16 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
2 17
3 * custom.el (custom-set-minor-mode): Any non-nil value for the 18 * custom.el (custom-set-minor-mode): Any non-nil value for the
4 variable should enable the mode when set through Custom. 19 variable should enable the mode when set through Custom.
5 20