emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] trunk r116893: Introduce `term-file-aliases', replacin


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r116893: Introduce `term-file-aliases', replacing some small lisp/term files
Date: Thu, 27 Mar 2014 22:12:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> +(defvar term-file-aliases
> +  '(("apollo" . "vt100")
> +    ("vt102" . "vt100")
> +    ("vt125" . "vt100")
> +    ("vt201" . "vt200")
> +    ("vt220" . "vt200")
> +    ("vt240" . "vt200")
> +    ("vt300" . "vt200")
> +    ("vt320" . "vt200")
> +    ("vt400" . "vt200")
> +    ("vt420" . "vt200")
> +    )

We don't strictly need it since we can define functions
terminal-init-apollo, terminal-init-vt102, ...


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]