comparison lisp/ChangeLog @ 5195:fa5d6416887f

Fix for unavailable arglists in hyper-apropos. lisp/ChangeLog addition: 2010-04-09 Didier Verna <didier@xemacs.org> * hyper-apropos.el (hyper-apropos-get-doc): Use [not available] when a function's arglist is unknown (this happens for autoloaded functions).
author Didier Verna <didier@xemacs.org>
date Fri, 09 Apr 2010 12:01:14 +0200
parents 77907bd57d25
children 733f067a73ce
comparison
equal deleted inserted replaced
5194:77907bd57d25 5195:fa5d6416887f
1 2010-04-09 Didier Verna <didier@xemacs.org>
2
3 * hyper-apropos.el (hyper-apropos-get-doc): Use [not available]
4 when a function's arglist is unknown (this happens for autoloaded
5 functions).
6
1 2010-04-07 Didier Verna <didier@xemacs.org> 7 2010-04-07 Didier Verna <didier@xemacs.org>
2 8
3 * font-lock.el (lisp-font-lock-keywords-2): Add missing CL style 9 * font-lock.el (lisp-font-lock-keywords-2): Add missing CL style
4 lambda list constructs (&key etc.). 10 lambda list constructs (&key etc.).
5 * lisp-mode.el (lisp-function-and-type-regexp): Recognize defun* 11 * lisp-mode.el (lisp-function-and-type-regexp): Recognize defun*