]> code.delx.au - gnu-emacs/blobdiff - lisp/term/vt200.el
Uncomment the next-error-function integration in xref
[gnu-emacs] / lisp / term / vt200.el
index 78c65c084ce183736031a4dc3cb83a39d78941fc..550266816e04dd70c778706c5258485294624344 100644 (file)
@@ -1,4 +1,3 @@
-;; -*- no-byte-compile: t -*-
 ;; For our purposes we can treat the vt200 and vt100 almost alike.
 ;; Most differences are handled by the termcap entry.
 (defun terminal-init-vt200 ()
@@ -8,5 +7,4 @@
   (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
   (define-key local-function-key-map [f11] [?\e]))
 
-;; arch-tag: 0f78f583-9f32-4237-b106-28bcfff21d89
 ;;; vt200.el ends here