annotate version.sh @ 2118:e28998a020ec
[xemacs-hg @ 2004-06-07 21:50:57 by adrian]
xemacs-21.5: Cleanup sync to 21.4 and typo fixes for lisp/cus-edit.el
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2004-06-07 Adrian Aichner <adrian@xemacs.org>
* cus-edit.el (custom-browse-visibility): Typo fix.
* cus-edit.el (custom-variable-value-create): Ditto.
* cus-edit.el (custom-save-variables): Simply use push instead of
make-list and nconc, as suggested by Hrvoje and already used in
21.4.
* cus-edit.el (custom-save-faces): Ditto.
author |
adrian |
date |
Mon, 07 Jun 2004 21:50:57 +0000 |
parents |
0684198d3161 |
children |
be517946fe1d |
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
|
2117
|
11 xemacs_extra_name="(+CVS-20040607)"
|