From 9f1a15fb84c7cc609d4bba6360373d0019e67347 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 20 Jul 2009 19:02:33 +0000 Subject: [PATCH] * term/vt420.el (terminal-init-vt420): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/term/vt420.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac77945d23a..2ffe1f14a5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-07-20 Dan Nicolaescu + + * term/vt420.el (terminal-init-vt420): Fix typo. + 2009-07-19 Alan Mackenzie * files.el (hack-local-variables-filter): Revert diff --git a/lisp/term/vt420.el b/lisp/term/vt420.el index 6547557950a..69b1b31abd7 100644 --- a/lisp/term/vt420.el +++ b/lisp/term/vt420.el @@ -1,5 +1,5 @@ ;; -*- no-byte-compile: t -*- -(defun terminal-init-vt420 +(defun terminal-init-vt420 () "Terminal initialization function for vt420." (tty-run-terminal-initialization (selected-frame) "vt100") ;; Make F11 an escape key. -- 2.39.2