Index: emacs/lisp/term/vt100.el
diff -c emacs/lisp/term/vt100.el:1.17 emacs/lisp/term/vt100.el:1.18
*** emacs/lisp/term/vt100.el:1.17       Wed Jul 27 18:02:07 2005
--- emacs/lisp/term/vt100.el    Mon Aug  1 15:44:22 2005
***************
*** 1,6 ****
  ;;; vt100.el --- define VT100 function key sequences in function-key-map
  
! ;; Copyright (C) 1989, 1993 Free Software Foundation, Inc.
  
  ;; Author: FSF
  ;; Keywords: terminals
--- 1,7 ----
  ;;; vt100.el --- define VT100 function key sequences in function-key-map
  
! ;; Copyright (C) 1989, 1993, 2002, 2003, 2004,
! ;;   2005 Free Software Foundation, Inc.
  
  ;; Author: FSF
  ;; Keywords: terminals
***************
*** 41,47 ****
  (defun terminal-init-vt100 ()
    "Terminal initialization function for vt100."
    (load "term/lk201" nil t))
!   
  ;;; Controlling the screen width.
  (defvar vt100-wide-mode (= (frame-width) 132)
    "t if vt100 is in 132-column mode.")
--- 42,48 ----
  (defun terminal-init-vt100 ()
    "Terminal initialization function for vt100."
    (load "term/lk201" nil t))
! 
  ;;; Controlling the screen width.
  (defvar vt100-wide-mode (= (frame-width) 132)
    "t if vt100 is in 132-column mode.")


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to