terminal-init-w32console mimicks command-line
commit183ad9d59757314f93aed8a9fe512c8fb48a2ed1
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Sep 2015 19:06:00 +0000 (1 12:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Sep 2015 19:06:25 +0000 (1 12:06 -0700)
treec1412a43161cd296505f587be5f50a6f1b081cc6
parent1a3518e7c361a9ceaa017c1334a83d14e0651a4e
terminal-init-w32console mimicks command-line

Problem reported by Eli Zaretskii.
* lisp/startup.el (startup--setup-quote-display):
New function, refactored from a part of ‘command-line’.
(command-line): Use it.
* lisp/term/w32console.el (terminal-init-w32console):
Use it, so that this function stays consistent with ‘command-line’.
lisp/startup.el
lisp/term/w32console.el