Fix describe-char bug with glyphs on terminals
commitb28ad0e9f74646b1126af096a41af20d3e01ad68
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Sep 2015 21:43:03 +0000 (2 14:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Sep 2015 21:45:22 +0000 (2 14:45 -0700)
treeeeefffb711735886ab3ee23efe5333aa53c48e72
parenta9706c6cc16baeaf49b1dfc4badc0254870c449d
Fix describe-char bug with glyphs on terminals

* lisp/descr-text.el (describe-char): Terminals can have glyphs in
buffers too, so don’t treat them differently from graphic displays.
Without this fix, describe-char would throw an error on a terminal
if given a glyph with a non-default face.
lisp/descr-text.el