X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fhelp.el;fp=lisp%2Fhelp.el;h=cb09d8a2f772212e9596ae704fdd38e23d4cdca5;hb=02f4d2761a98c5cb9d5b423d2361160a5d8c9ee4;hp=a7642340b519ff0eadff4fc7897a3ecc5763b779;hpb=041e98cf4c48018877365e3bfb37cfc09b54cc6d;p=chise%2Fxemacs-chise.git diff --git a/lisp/help.el b/lisp/help.el index a764234..cb09d8a 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1183,6 +1183,7 @@ part of the documentation of internal subroutines." (documentation sym t)))) (when (or var fun) (let ((ex (make-extent b e))) + (require 'hyper-apropos) (set-extent-property ex 'mouse-face 'highlight) (set-extent-property ex 'help-symbol sym) (set-extent-property ex 'face 'hyper-apropos-hyperlink)