/[emacs]/emacs/lisp/term.el
ViewVC logotype

Diff of /emacs/lisp/term.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.47.2.5 by miles, Sat Sep 4 09:24:35 2004 UTC revision 1.47.2.6 by miles, Thu Sep 16 00:12:21 2004 UTC
# Line 925  is buffer-local.") Line 925  is buffer-local.")
925  (defun term-window-width ()  (defun term-window-width ()
926    (if (featurep 'xemacs)    (if (featurep 'xemacs)
927        (1- (window-width))        (1- (window-width))
928      (if window-system      (if (and window-system overflow-newline-into-fringe)
929          (window-width)          (window-width)
930        (1- (window-width)))))        (1- (window-width)))))
931    
# Line 988  Entry to this mode runs the hooks on `te Line 988  Entry to this mode runs the hooks on `te
988    (make-local-variable 'term-width)    (make-local-variable 'term-width)
989    (setq term-width (term-window-width))    (setq term-width (term-window-width))
990    (setq term-height (1- (window-height)))    (setq term-height (1- (window-height)))
   (term-ifnot-xemacs  
    (set (make-local-variable 'overflow-newline-into-fringe) nil))  
991    (make-local-variable 'term-terminal-parameter)    (make-local-variable 'term-terminal-parameter)
992    (make-local-variable 'term-saved-cursor)    (make-local-variable 'term-saved-cursor)
993    (make-local-variable 'term-last-input-start)    (make-local-variable 'term-last-input-start)

Legend:
Removed from v.1.47.2.5  
changed lines
  Added in v.1.47.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26