]> code.delx.au - gnu-emacs/blobdiff - lisp/term/w32console.el
terminal-init-w32console mimicks command-line
[gnu-emacs] / lisp / term / w32console.el
index a7056cd5edf0cd7f758d286fae8be2589feeddca..588568585024f429a5b2c1983024d23f320c1eb2 100644 (file)
        (when oem-cs-p
          (set-keyboard-coding-system oem-code-page-coding)
          (set-terminal-coding-system
-          (if oem-o-cs-p oem-code-page-output-coding oem-code-page-coding))))
+          (if oem-o-cs-p oem-code-page-output-coding oem-code-page-coding))
+          ;; Since we changed the terminal encoding, we need to repeat
+          ;; the test for Unicode quotes being displayable.
+          (startup--setup-quote-display)))
   (let* ((colors w32-tty-standard-colors)
          (color (car colors)))
     (tty-color-clear)