* term/vt420.el (terminal-init-vt420): Fix typo.
This commit is contained in:
parent
40b2d973c8
commit
8681214471
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue