view lisp/term/vt102.el @ 112442:76fa839f455e

* Makefile.in (MAKEINFO): Now controlled by `configure'. (MAKEINFO_OPTS): New variable. Use it where appropriate. (ENVADD): New variable to control texi2dvi and texi2pdf.
author Werner Lemberg <wl@gnu.org>
date Sun, 23 Jan 2011 11:22:21 +0100
parents ef719132ddfa
children
line wrap: on
line source

;; -*- no-byte-compile: t -*-

(defun terminal-init-vt102 ()
  "Terminal initialization function for vt102."
  (tty-run-terminal-initialization (selected-frame) "vt100"))

;;; vt102.el ends here