comparison lisp/ChangeLog @ 104245:bad609d63d3c

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Wed, 12 Aug 2009 20:56:25 +0000
parents a50d4857b8e8
children 81a43a652b4b
comparison
equal deleted inserted replaced
104244:97bc7c2be2d0 104245:bad609d63d3c
1 2009-08-12 Juri Linkov <juri@jurta.org>
2
3 * progmodes/grep.el (lgrep): Ensure that `default-directory' is
4 always non-nil. (Bug#4052)
5
6 * replace.el (read-regexp): Return empty string when
7 `default-value' is nil.
8 (keep-lines-read-args): Don't use empty string as the
9 default value for `read-regexp'. (Bug#2495)
10
1 2009-08-12 Juri Linkov <juri@jurta.org> 11 2009-08-12 Juri Linkov <juri@jurta.org>
2 12
3 * international/mule-cmds.el (ucs-insert): Change arguments 13 * international/mule-cmds.el (ucs-insert): Change arguments
4 from `arg' to `character', `count', `inherit' to be the same 14 from `arg' to `character', `count', `inherit' to be the same
5 as in `insert-char'. Doc fix. (Bug#4039) 15 as in `insert-char'. Doc fix. (Bug#4039)