From: Colin Walters Date: Sat, 8 Jun 2002 22:44:00 +0000 (+0000) Subject: (describe-char-after): Require `descr-text' when there are text X-Git-Tag: ttn-vms-21-2-B4~14714 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdd22c18a6aef517024ae2c4e1180526fe1520be;p=emacs.git (describe-char-after): Require `descr-text' when there are text properties. --- diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 6c34c748954..2577e156080 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -661,6 +661,7 @@ which font is being used for displaying the character." "the meaning of the rule.\n"))) (when props (insert "\nText properties\n") + (require 'descr-text) (describe-text-properties props))))))