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
* lisp/vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
[emacs.git]
/
lisp
/
term
/
vt102.el
blob
0f2e3805f581a1aaf58171f6446d8717c09b0eaa
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
;;; vt102.el ends here