annotate version.sh @ 1048:edc95b5fe4cb
[xemacs-hg @ 2002-10-11 14:09:46 by james]
Make modules autoload only if the module exists. Fix a paths bug that caused
module-directory, site-module-directory, and module-load-path to be wrong.
author |
james |
date |
Fri, 11 Oct 2002 14:10:03 +0000 |
parents |
c46be6682f03 |
children |
c90a99292154 |
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
|
981
|
5 emacs_beta_version=9
|
|
6 xemacs_codename="brussels sprouts"
|
1047
|
7 xemacs_extra_name="(+CVS-20021010)"
|
708
|
8 emacs_kit_version=
|
298
|
9 infodock_major_version=4
|
|
10 infodock_minor_version=0
|
422
|
11 infodock_build_version=8
|