view lisp/term/vt102.el @ 112368:4cddf15c8d9a

Fix an error introduced by the previous patch.
author Sam Steingold <sds@gnu.org>
date Wed, 19 Jan 2011 10:55:47 -0500
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