view lisp/term/vt102.el @ 92388:9e5010f3f5a9

This is Dan's patch from http://lists.gnu.org/archive/html/bug-gnu-emacs/2008-02/msg00134.html changed to use a common `bytecomp' prefix. (byte-recompile-directory, byte-compile-file, batch-byte-compile) (batch-byte-compile-file): Give a `bytecomp-' prefix to local variables with common names.
author Glenn Morris <rgm@gnu.org>
date Sat, 01 Mar 2008 21:11:17 +0000
parents 673d62ad74b5
children bdb3fe0ba9fa 1e3a407766b9
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"))

;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
;;; vt102.el ends here