aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-07-20 19:04:15 +0000
committerChong Yidong2009-07-20 19:04:15 +0000
commit86812144718f468eceb24855d02b23eefe1d08fb (patch)
tree7a632717541eb63bf16f1e029db54203ce72ba71
parent40b2d973c8855ba5017687defb720e85d4790938 (diff)
downloademacs-86812144718f468eceb24855d02b23eefe1d08fb.tar.gz
emacs-86812144718f468eceb24855d02b23eefe1d08fb.zip
* term/vt420.el (terminal-init-vt420): Fix typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/term/vt420.el2
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 @@
12009-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term/vt420.el (terminal-init-vt420): Fix typo.
4
12009-07-20 Sam Steingold <sds@gnu.org> 52009-07-20 Sam Steingold <sds@gnu.org>
2 6
3 * progmodes/ada-mode.el (compile-auto-highlight): Remove the 7 * 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 @@
1;; -*- no-byte-compile: t -*- 1;; -*- no-byte-compile: t -*-
2(defun terminal-init-vt420 2(defun terminal-init-vt420 ()
3 "Terminal initialization function for vt420." 3 "Terminal initialization function for vt420."
4 (tty-run-terminal-initialization (selected-frame) "vt100") 4 (tty-run-terminal-initialization (selected-frame) "vt100")
5 ;; Make F11 an escape key. 5 ;; Make F11 an escape key.