(nl): Rename to name_list to avoid ncurses.h clash (bug#86).
[emacs.git] / lisp / term / vt125.el
blob2221e597aed19f4a4d178be79f3a3e4128204517
1 ;; -*- no-byte-compile: t -*-
3 (defun terminal-init-vt125 ()
4 "Terminal initialization function for vt125."
5 (load "term/vt100" nil t))
7 ;;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
8 ;;; vt125.el ends here