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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Wed, 08 Sep 2004 08:33:09 -0400

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.55 emacs/lisp/term.el:1.56
*** emacs/lisp/term.el:1.55     Mon Aug 16 22:41:56 2004
--- emacs/lisp/term.el  Tue Sep  7 20:54:03 2004
***************
*** 925,931 ****
  (defun term-window-width ()
    (if (featurep 'xemacs)
        (1- (window-width))
!     (if window-system
        (window-width)
        (1- (window-width)))))
  
--- 925,931 ----
  (defun term-window-width ()
    (if (featurep 'xemacs)
        (1- (window-width))
!     (if (and window-system overflow-newline-into-fringe)
        (window-width)
        (1- (window-width)))))
  
***************
*** 988,995 ****
    (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)
--- 988,993 ----




reply via email to

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