emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el [emacs-unicode-2]
Date: Thu, 09 Sep 2004 17:59:12 -0400

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.49.6.3 emacs/lisp/term.el:1.49.6.4
*** emacs/lisp/term.el:1.49.6.3 Fri Aug 27 07:00:26 2004
--- emacs/lisp/term.el  Thu Sep  9 09:36:32 2004
***************
*** 923,929 ****
  (defun term-window-width ()
    (if (featurep 'xemacs)
        (1- (window-width))
!     (if window-system
        (window-width)
        (1- (window-width)))))
  
--- 923,929 ----
  (defun term-window-width ()
    (if (featurep 'xemacs)
        (1- (window-width))
!     (if (and window-system overflow-newline-into-fringe)
        (window-width)
        (1- (window-width)))))
  
***************
*** 986,993 ****
    (make-local-variable 'term-width)
    (setq term-width (term-window-width))
    (setq term-height (1- (window-height)))
-   (term-ifnot-xemacs
-    (set (make-local-variable 'overflow-newline-into-fringe) nil))
    (make-local-variable 'term-terminal-parameter)
    (make-local-variable 'term-saved-cursor)
    (make-local-variable 'term-last-input-start)
--- 986,991 ----




reply via email to

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