diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-07-20 19:04:15 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-07-20 19:04:15 +0000 |
commit | 86812144718f468eceb24855d02b23eefe1d08fb (patch) | |
tree | 7a632717541eb63bf16f1e029db54203ce72ba71 | |
parent | 40b2d973c8855ba5017687defb720e85d4790938 (diff) | |
download | emacs-86812144718f468eceb24855d02b23eefe1d08fb.tar.gz emacs-86812144718f468eceb24855d02b23eefe1d08fb.tar.bz2 emacs-86812144718f468eceb24855d02b23eefe1d08fb.zip |
* term/vt420.el (terminal-init-vt420): Fix typo.
-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. |