annotate version.sh @ 2142:eb65d362090f
[xemacs-hg @ 2004-06-18 15:48:38 by james]
Put the args to derived-mode-merge-syntax-tables in the right order.
author |
james |
date |
Fri, 18 Jun 2004 15:48:38 +0000 |
parents |
fd22900227d7 |
children |
229f3a754a18 |
rev |
line source |
163
|
1 #!/bin/sh
|
467
|
2 emacs_is_beta=t
|
265
|
3 emacs_major_version=21
|
474
|
4 emacs_minor_version=5
|
1964
|
5 emacs_beta_version=17
|
|
6 xemacs_codename="chayote"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
2139
|
11 xemacs_extra_name="(+CVS-20040617)"
|