]> code.delx.au - gnu-emacs/blobdiff - lisp/term/vt102.el
Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu
[gnu-emacs] / lisp / term / vt102.el
index 67a90a8242ca53ccd1a4736190cc7ed22c83a04d..261b0bb5fd6626ba4afe3175047a97f9fe42fabc 100644 (file)
@@ -1,8 +1,6 @@
-;; -*- 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