Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 2275:445bd1969ed0
[xemacs-hg @ 2004-09-15 08:30:25 by stephent]
fix void-function error in apropos <87656glyun.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 15 Sep 2004 08:30:27 +0000 |
parents | cd15d235fdeb |
children | 17dfe8e3aead |
comparison
equal
deleted
inserted
replaced
2274:8e1339255ca7 | 2275:445bd1969ed0 |
---|---|
1 2004-09-15 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Fix bug: apropos errors if a defalias refers to an undefined | |
4 function. <87pt4pmdcs.fsf@tleepslib.sk.tsukuba.ac.jp> | |
5 | |
6 * apropos.el (apropos): | |
7 (apropos-command): | |
8 * help.el (frob-help-extents): | |
9 * help-macro.el (make-help-screen): | |
10 * hyper-apropos.el (hyper-apropos-grok-functions): | |
11 (hyper-apropos-get-doc): | |
12 Catch void-function error thrown by `documentation'. | |
13 | |
1 2004-09-07 Steve Youngs <steve@youngs.au.com> | 14 2004-09-07 Steve Youngs <steve@youngs.au.com> |
2 | 15 |
3 * packages.el (package-require): Fix incorrect arg to format. | 16 * packages.el (package-require): Fix incorrect arg to format. |
4 This fixes a `format specifier' error. | 17 This fixes a `format specifier' error. |
5 | 18 |