[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/vt100.el
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/vt100.el |
Date: |
Wed, 27 Jul 2005 14:02:19 -0400 |
Index: emacs/lisp/term/vt100.el
diff -c emacs/lisp/term/vt100.el:1.16 emacs/lisp/term/vt100.el:1.17
*** emacs/lisp/term/vt100.el:1.16 Mon Jul 4 16:49:23 2005
--- emacs/lisp/term/vt100.el Wed Jul 27 18:02:07 2005
***************
*** 36,43 ****
;;; Code:
;; Set up function-key-map entries that termcap and terminfo don't know.
- (load "term/lk201" nil t)
;;; Controlling the screen width.
(defvar vt100-wide-mode (= (frame-width) 132)
"t if vt100 is in 132-column mode.")
--- 36,47 ----
;;; Code:
;; Set up function-key-map entries that termcap and terminfo don't know.
+
+ (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.")