Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 68598:164eb9d4f124
(mh-image-load-path): New variable to optionally hold the directory where
MH-E images are stored. If nil, then the function `mh-image-load-path'
will find it. This variable will be used for Debian packaging.
(mh-image-load-path function): Use variable `mh-image-load-path' if
non-nil and exists.
| author | Peter Galbraith <galbraith@mixing.qc.dfo.ca> |
|---|---|
| date | Fri, 03 Feb 2006 20:27:35 +0000 |
| parents | 04d228a1b5c8 |
| children | db748505cbd2 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Fri Feb 03 19:32:06 2006 +0000 +++ b/lisp/mh-e/ChangeLog Fri Feb 03 20:27:35 2006 +0000 @@ -1,3 +1,12 @@ +2006-02-03 Peter Galbraith <psg@debian.org> + + * mh-utils.el (mh-image-load-path): New variable to optionally + hold the directory where MH-E images are stored. If nil, then + the function `mh-image-load-path' will find it. This variable + will be used for Debian packaging. + (mh-image-load-path function): Use variable `mh-image-load-path' + if non-nil and exists. + 2006-02-03 Mark D. Baushke <mdb@gnu.org> * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
