Don't display ‘’ as `' under X in en_GB
commitbb35a21c0e8a4b82ac04fa26a53f6ca394afbb24
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jul 2015 05:24:51 +0000 (1 22:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jul 2015 05:25:39 +0000 (1 22:25 -0700)
treede504f5a40d27c0b6b5d5755129533400f9dd221
parent145f28f814cc1d75cbabd91496d7b49c73f67994
Don't display ‘’ as `' under X in en_GB

The curved quote setup code invokes (char-displayable-p ?‘),
but this isn’t reliable until after the X frame replaces the
terminal frame (Bug#20926).
* lisp/international/mule-cmds.el (set-locale-environment):
Move curved quote setup code from here ...
* lisp/startup.el (command-line): ... to here, after creating
the X frame.
lisp/international/mule-cmds.el
lisp/startup.el