mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 08:30:45 -08:00
Extend last fix of term-window-width (Bug#16470).
This commit is contained in:
parent
21f9541125
commit
ad9eb30a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -977,7 +977,7 @@ is buffer-local."
|
||||||
(/= (frame-parameter nil 'right-fringe) 0))
|
(/= (frame-parameter nil 'right-fringe) 0))
|
||||||
;; Call window-text-width instead of window-width (Bug#16470).
|
;; Call window-text-width instead of window-width (Bug#16470).
|
||||||
(window-text-width)
|
(window-text-width)
|
||||||
(1- (window-width))))
|
(1- (window-text-width))))
|
||||||
|
|
||||||
|
|
||||||
(put 'term-mode 'mode-class 'special)
|
(put 'term-mode 'mode-class 'special)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue