aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/vt400.el
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2001-07-15 19:53:53 +0000
committerPavel Janík <[email protected]>2001-07-15 19:53:53 +0000
commit60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch)
tree29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/term/vt400.el
parent715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff)
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/term/vt400.el')
-rw-r--r--lisp/term/vt400.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/vt400.el b/lisp/term/vt400.el
index a4a0a6e359..049944ea68 100644
--- a/lisp/term/vt400.el
+++ b/lisp/term/vt400.el
@@ -2,3 +2,5 @@
;; Make F11 an escape key.
(define-key function-key-map "\e[23~" [?\e])
+
+;;; vt400.el ends here