Mercurial > hg > xemacs-beta
diff lisp/descr-text.el @ 4473:0204391fc17c
#'require hyper-apropos in #'describe-property-list, for hyper-apropos-face
2008-06-04 Aidan Kehoe <kehoea@parhasard.net>
* descr-text.el (describe-property-list):
#'require hyper-apropos, since we use hyper-apropos-face
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Jun 2008 21:57:49 +0200 |
parents | a78d697ccd2c |
children | 78738a40e31e |
line wrap: on
line diff
--- a/lisp/descr-text.el Thu May 29 18:53:45 2008 +0200 +++ b/lisp/descr-text.el Wed Jun 04 21:57:49 2008 +0200 @@ -82,6 +82,7 @@ into help buttons that call `describe-text-category' or `describe-face' when pushed." ;; Sort the properties by the size of their value. + (require 'hyper-apropos) (dolist (elt (sort (let (ret) (while properties (push (list (pop properties) (pop properties)) ret))