changeset 103992:712b0413cdc1

* term/vt420.el (terminal-init-vt420): Fix typo.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 20 Jul 2009 19:04:15 +0000
parents d9cd4154c971
children 4ea8e9dfba54
files lisp/ChangeLog lisp/term/vt420.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jul 20 18:16:02 2009 +0000
+++ b/lisp/ChangeLog	Mon Jul 20 19:04:15 2009 +0000
@@ -1,3 +1,7 @@
+2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* term/vt420.el (terminal-init-vt420): Fix typo.
+
 2009-07-20  Sam Steingold  <sds@gnu.org>
 
 	* progmodes/ada-mode.el (compile-auto-highlight): Remove the
--- a/lisp/term/vt420.el	Mon Jul 20 18:16:02 2009 +0000
+++ b/lisp/term/vt420.el	Mon Jul 20 19:04:15 2009 +0000
@@ -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.