Fix slow redisplay in term-mode
commit7f83e7e5367cc11071a628a6ff7ba0c050a80c6d
authorEli Zaretskii <eliz@gnu.org>
Sun, 26 Jun 2016 16:40:12 +0000 (26 19:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 26 Jun 2016 16:40:12 +0000 (26 19:40 +0300)
tree98c948c130017f181aa9d05d4d44943b2a45bb5d
parent26d4da070ff78df782c1734ade9109db0a541ffc
Fix slow redisplay in term-mode

* lisp/term.el (term-mode): Move the setting of
bidi-paragraph-direction from 'ansi-term' to here, since term-mode
is also affected.  Do not merge to master, since there the problem
is solved in bidi.c by changing the regexps that delimit a
paragraph.  (Bug#23801)
lisp/term.el