]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-char-after): Require `descr-text' when there are text
authorColin Walters <walters@gnu.org>
Sat, 8 Jun 2002 22:44:00 +0000 (22:44 +0000)
committerColin Walters <walters@gnu.org>
Sat, 8 Jun 2002 22:44:00 +0000 (22:44 +0000)
properties.

lisp/international/mule-diag.el

index 6c34c74895429dd7b019e16984a21039986df341..2577e156080e05cab41c073393646a1743867080 100644 (file)
@@ -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))))))
 
 \f