annotate version.sh @ 3698:7d97cf62c899
[xemacs-hg @ 2006-11-24 13:45:37 by aidan]
Within truncate-command-history-for-gc, delay execution of all things that look up variable bindings, via 'enqueue-eval-event'.
author |
aidan |
date |
Fri, 24 Nov 2006 13:45:38 +0000 |
parents |
29836a140619 |
children |
5155e1ab55ae |
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
|
3402
|
5 emacs_beta_version=27
|
|
6 xemacs_codename="fiddleheads"
|
708
|
7 emacs_kit_version=
|
298
|
8 infodock_major_version=4
|
|
9 infodock_minor_version=0
|
422
|
10 infodock_build_version=8
|
3697
|
11 xemacs_extra_name="(+CVS-20061123)"
|
3402
|
12 xemacs_release_date="2006-05-16"
|