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
Avoid using font-lock properties to indent in sh-get-indent-info.
[emacs.git]
/
lisp
/
term
/
vt125.el
blob
b5a31e8a0f6b8acafa032645024f8baaa7d2d401
1
;; -*- no-byte-compile: t -*-
2
3
(
defun
terminal-init-vt125
()
4
"Terminal initialization function for vt125."
5
(
tty-run-terminal-initialization
(
selected-frame
)
"vt100"
))
6
7
;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
8
;;; vt125.el ends here