diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/term/vt420.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 49739a57ebd..f55e466c258 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 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. |