From cdd22c18a6aef517024ae2c4e1180526fe1520be Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 8 Jun 2002 22:44:00 +0000 Subject: [PATCH] (describe-char-after): Require `descr-text' when there are text properties. --- lisp/international/mule-diag.el | 1 + 1 file changed, 1 insertion(+) 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)))))) -- 2.39.5