emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116074: Extend last fix of term-window-width (Bug#1


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r116074: Extend last fix of term-window-width (Bug#16470).
Date: Sun, 19 Jan 2014 17:00:09 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116074
revision-id: address@hidden
parent: address@hidden
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Sun 2014-01-19 17:59:51 +0100
message:
  Extend last fix of term-window-width (Bug#16470).
modified:
  lisp/term.el                   term.el-20091113204419-o5vbwnq5f7feedwu-794
=== modified file 'lisp/term.el'
--- a/lisp/term.el      2014-01-19 09:24:26 +0000
+++ b/lisp/term.el      2014-01-19 16:59:51 +0000
@@ -977,7 +977,7 @@
           (/= (frame-parameter nil 'right-fringe) 0))
       ;; Call window-text-width instead of window-width (Bug#16470).
       (window-text-width)
-    (1- (window-width))))
+    (1- (window-text-width))))
 
 
 (put 'term-mode 'mode-class 'special)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]