diff options
| author | Juanma Barranquero | 2009-01-20 02:29:24 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-01-20 02:29:24 +0000 |
| commit | 68f040f2f182fc45bac068082f31382c28937b27 (patch) | |
| tree | 68a0b78b0233ac9322453478504e5f1361eeda16 | |
| parent | 2d3e4f023eceaa85b1374146375f3b90e6ef1b99 (diff) | |
| download | emacs-68f040f2f182fc45bac068082f31382c28937b27.tar.gz emacs-68f040f2f182fc45bac068082f31382c28937b27.zip | |
Fix bug references.
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0cda430b400..0675327cf1b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2009-01-20 Kenichi Handa <handa@m17n.org> | 1 | 2009-01-20 Kenichi Handa <handa@m17n.org> |
| 2 | 2 | ||
| 3 | * descr-text.el (describe-char): Improve description of eight-bit | 3 | * descr-text.el (describe-char): Improve description of eight-bit |
| 4 | char in a unibyte buffer. | 4 | char in a unibyte buffer. (Bug#1935) |
| 5 | 5 | ||
| 6 | 2009-01-20 Glenn Morris <rgm@gnu.org> | 6 | 2009-01-20 Glenn Morris <rgm@gnu.org> |
| 7 | 7 | ||
| @@ -50,7 +50,7 @@ | |||
| 50 | 50 | ||
| 51 | * dos-w32.el (find-buffer-file-type-coding-system): If `(car | 51 | * dos-w32.el (find-buffer-file-type-coding-system): If `(car |
| 52 | TARGET)' does not exist, try again with its basename replaced by | 52 | TARGET)' does not exist, try again with its basename replaced by |
| 53 | `(cdr TARGET)'. Fixes Bug #1853. | 53 | `(cdr TARGET)'. (Related to Bug #1853.) |
| 54 | 54 | ||
| 55 | * international/mule-conf.el (raw-text, eight-bit): Doc fixes. | 55 | * international/mule-conf.el (raw-text, eight-bit): Doc fixes. |
| 56 | 56 | ||