Mercurial > emacs
comparison lisp/ChangeLog @ 105027:8cbad31101f6
(after-load-functions): New hook.
(do-after-load-evaluation): Run it. Use string-match-p to detect
`obsolete' packages, rather than painfully extracting the relevant
directory name.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 15 Sep 2009 03:39:40 +0000 |
parents | bc7e96c6811f |
children | 4859f3f9f0dc |
comparison
equal
deleted
inserted
replaced
105026:07b598e03904 | 105027:8cbad31101f6 |
---|---|
1 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * subr.el (after-load-functions): New hook. | |
4 (do-after-load-evaluation): Run it. Use string-match-p to detect | |
5 `obsolete' packages, rather than painfully extracting the relevant | |
6 directory name. | |
7 | |
1 2009-09-15 Glenn Morris <rgm@gnu.org> | 8 2009-09-15 Glenn Morris <rgm@gnu.org> |
2 | 9 |
3 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to | 10 * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to |
4 free variable `doc'. | 11 free variable `doc'. |
5 | 12 |