Mercurial > emacs
comparison lisp/ChangeLog @ 65599:39114a2ae201
(image-load-path): Use symbol `data-directory' instead of its value,
for backward compatibility with packages that bind it during
`find-image'. Suggested by Katsumi Yamaoka.
(image-search-load-path): Handle symbols whose values are strings.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 18 Sep 2005 14:04:46 +0000 |
parents | 23bf1a7921e0 |
children | efa862a76bc2 |
comparison
equal
deleted
inserted
replaced
65598:bae76b0c6f5e | 65599:39114a2ae201 |
---|---|
1 2005-09-18 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * image.el (image-load-path): Use symbol `data-directory' instead | |
4 of its value, for backward compatibility with packages that bind | |
5 it during `find-image'. Suggested by Katsumi Yamaoka. | |
6 (image-search-load-path): Handle symbols whose values are strings. | |
7 | |
1 2005-09-18 Romain Francoise <romain@orebokech.com> | 8 2005-09-18 Romain Francoise <romain@orebokech.com> |
2 | 9 |
3 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap | 10 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap |
4 with-current-buffer form in save-excursion. | 11 with-current-buffer form in save-excursion. |
5 | 12 |