comparison lisp/ChangeLog @ 4598:8891b0477058

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 04 Feb 2009 12:35:45 +0000
parents 4fc32a3a086e 7191a7b120f1
children 0347879667ed
comparison
equal deleted inserted replaced
4596:4fc32a3a086e 4598:8891b0477058
1 2009-01-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * coding.el (force-coding-system-equivalency):
4 Move three functions that we don't want to advertise to being
5 anonymous lambdas instead.
6 * glyphs.el :
7 Remove #'define-constant-glyph and some functions it uses, replace
8 the latter with anonymous lambdas and the former and its uses with
9 a call to loop.
10 Do the same with #'define-obsolete-pointer-glyph and the functions
11 it uses.
12 (init-glyphs): Untern this symbol once the associated function has
13 been called; it's only needed at dump time, not at runtime.
14
1 2009-02-04 Aidan Kehoe <kehoea@parhasard.net> 15 2009-02-04 Aidan Kehoe <kehoea@parhasard.net>
2 16
3 * coding.el (query-coding-region): 17 * coding.el (query-coding-region):
4 Revert this to being a defun, add a compiler macro without 18 Revert this to being a defun, add a compiler macro without
5 needless binding. 19 needless binding.