comparison lisp/ChangeLog @ 97005:8e17e43e57e9

* descr-text.el (describe-char): Don't overwrite local variable char when describing characters with display-table entries. Display font backend when describing composed characters. Simplify: use `let' instead of `let*', and `or x y' instead of `if x x y'.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 25 Jul 2008 12:01:59 +0000
parents 3903faf8b34b
children b6326d1fbbef
comparison
equal deleted inserted replaced
97004:1b8d15c8653f 97005:8e17e43e57e9
1 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
2
3 * descr-text.el (describe-char): Don't overwrite local variable char
4 when describing characters with display-table entries. Display font
5 backend when describing composed characters. Simplify: use `let'
6 instead of `let*', and `or x y' instead of `if x x y'.
7
1 2008-07-25 Chong Yidong <cyd@stupidchicken.com> 8 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * image-mode.el (image-minor-mode): Set up winprops. 10 * image-mode.el (image-minor-mode): Set up winprops.
4 11
5 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> 12 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>