Fix bug #12914 with drag-n-drop in native MS-Windows build.
[bpt/emacs.git] / lisp / term / vt102.el
index 1f9bb00..261b0bb 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