repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(pmail-output-read-pmail-file-name): Remove declaration.
[emacs.git]
/
lisp
/
term
/
vt102.el
blob
1f9bb00efab3135daa215d56cee4d7ea8aa591c3
1
;; -*- no-byte-compile: t -*-
2
3
(
defun
terminal-init-vt102
()
4
"Terminal initialization function for vt102."
5
(
tty-run-terminal-initialization
(
selected-frame
)
"vt100"
))
6
7
;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
8
;;; vt102.el ends here