Mercurial > emacs
diff lisp/ChangeLog @ 66315:167ad3f64775
(eval-after-load): Convert library name to an absolute file name using
locate-library, since load-history no longer has library names in it.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Sat, 22 Oct 2005 17:34:49 +0000 |
parents | c6ce52581f1e |
children | 71bac038fa51 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 22 16:41:55 2005 +0000 +++ b/lisp/ChangeLog Sat Oct 22 17:34:49 2005 +0000 @@ -1,8 +1,14 @@ +2005-10-22 Romain Francoise <romain@orebokech.com> + + * subr.el (eval-after-load): Convert library name to an absolute + file name using locate-library, since load-history no longer has + library names in it. + 2005-10-22 Richard M. Stallman <rms@gnu.org> * files.el (make-temp-file): Moved from subr.el. * subr.el (make-temp-file): Moved to files.el. - + * window.el (get-buffer-window-list): Moved from subr.el. * subr.el (get-buffer-window-list): Moved to window.el.