]> code.delx.au - gnu-emacs/blobdiff - lisp/term/vt240.el
lisp/term/sun.el: Fix docstring typos.
[gnu-emacs] / lisp / term / vt240.el
index 0aea10bf982825c39ed1bd1ae11aa16ec58e5738..b58d4211ce7e7b1fb14d41d9d78b78b23a4b513f 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-vt240 ()
@@ -8,5 +7,4 @@
   (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
   (define-key local-function-key-map [f11] [?\e]))
 
-;; arch-tag: d9f88e9c-02dc-49ff-871c-a415f08e4eb7
 ;;; vt240.el ends here