diff options
| author | Glenn Morris | 2009-02-20 06:06:18 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-02-20 06:06:18 +0000 |
| commit | 7aad296acfd3f744f3689905b358bbe160a2d0f0 (patch) | |
| tree | 6559130e9596c80b6298f3465a70a888646acdc9 /lisp/ChangeLog | |
| parent | 475293229574efccb8798f357aca135a441017f9 (diff) | |
| download | emacs-7aad296acfd3f744f3689905b358bbe160a2d0f0.tar.gz emacs-7aad296acfd3f744f3689905b358bbe160a2d0f0.zip | |
Daniel Jensen <daniel at bigwalter.net> (tiny change)
(apropos-library): Check for null filename in load-history.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a2e46c9191..fbcec5b8f5e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change) | ||
| 2 | |||
| 3 | * apropos.el (apropos-library): Check for null filename in load-history. | ||
| 4 | |||
| 1 | 2009-02-20 Glenn Morris <rgm@gnu.org> | 5 | 2009-02-20 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * apropos.el (apropos-library): Remove the element with null filename, | 7 | * apropos.el (apropos-library): Remove the element with null filename, |