# HG changeset patch # User Aidan Kehoe # Date 1212609469 -7200 # Node ID 0204391fc17cfbae2117a6ba5babd84081ac3834 # Parent a99eb40f0b5b20b5883afae4908bf425998addbf #'require hyper-apropos in #'describe-property-list, for hyper-apropos-face 2008-06-04 Aidan Kehoe * descr-text.el (describe-property-list): #'require hyper-apropos, since we use hyper-apropos-face diff -r a99eb40f0b5b -r 0204391fc17c lisp/ChangeLog --- 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 + + * descr-text.el (describe-property-list): + #'require hyper-apropos, since we use hyper-apropos-face + 2008-05-25 Aidan Kehoe * descr-text.el: New. diff -r a99eb40f0b5b -r 0204391fc17c lisp/descr-text.el --- 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))