* lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.
[bpt/emacs.git] / lisp / term / vt300.el
1 (defun terminal-init-vt300 ()
2 "Terminal initialization function for vt300."
3 (tty-run-terminal-initialization (selected-frame) "vt100")
4 ;; Make F11 an escape key.
5 (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
6 (define-key local-function-key-map [f11] [?\e]))
7
8 ;;; vt300.el ends here