Mercurial > hg > xemacs-beta
changeset 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 | a99eb40f0b5b |
children | 78738a40e31e 1c6cf8aa798b |
files | lisp/ChangeLog lisp/descr-text.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 29 18:53:45 2008 +0200 +++ b/lisp/ChangeLog Wed Jun 04 21:57:49 2008 +0200 @@ -1,3 +1,8 @@ +2008-06-04 Aidan Kehoe <kehoea@parhasard.net> + + * descr-text.el (describe-property-list): + #'require hyper-apropos, since we use hyper-apropos-face + 2008-05-25 Aidan Kehoe <kehoea@parhasard.net> * descr-text.el: New.
--- 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))