Some fixes to follow coding conventions.
[bpt/emacs.git] / lisp / term / vt320.el
index a4a0a6e..93aee97 100644 (file)
@@ -2,3 +2,5 @@
 
 ;; Make F11 an escape key.
 (define-key function-key-map "\e[23~" [?\e])
+
+;;; vt320.el ends here