Setup quote display only if interactive
commit72aae7326b8e2264eb02e8f9725a367f62aa09fd
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Sep 2015 23:53:08 +0000 (1 16:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 1 Sep 2015 23:54:01 +0000 (1 16:54 -0700)
tree8f9e70e91f41cf4efaef737733c21cc358cf93e7
parentfea1e883c49687324e627f81841a80cdb25c41f5
Setup quote display only if interactive

* lisp/startup.el (command-line):
Skip call to startup--setup-quote-display if noninteractive.
Without this change, python-shell-prompt-validate-regexps-1
fails in test/automated/python-tests.el when run in an
en_US.utf8 locale on Fedora.
lisp/startup.el