Mercurial > emacs
comparison lisp/ChangeLog @ 26011:7a9ed2b6f30b
.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 13 Oct 1999 22:45:44 +0000 |
parents | 88c485e220ab |
children | 90595a2d3043 |
comparison
equal
deleted
inserted
replaced
26010:edea9722f14e | 26011:7a9ed2b6f30b |
---|---|
1 1999-10-13 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * international/mule-cmds.el (select-safe-coding-system) | |
4 (leim-list-header): avoid the use of strings that start with backslash | |
5 newline since lread.c:read1 has a hack to turn those strings into | |
6 integer 0 during the loadup.el process. | |
7 | |
8 * diff-mode.el (diff-find-file-name): use `Index:' preferentially. | |
9 | |
1 1999-10-13 Dave Love <fx@gnu.org> | 10 1999-10-13 Dave Love <fx@gnu.org> |
2 | 11 |
3 * image.el (insert-image): Copy the image spec and add an | 12 * image.el (insert-image): Copy the image spec and add an |
4 intangible property. | 13 intangible property. |
5 | 14 |