* term/vt420.el (terminal-init-vt420): Fix typo.

This commit is contained in:
Chong Yidong 2009-07-20 19:04:15 +00:00
parent 40b2d973c8
commit 8681214471
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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.