Mercurial > hg > xemacs-beta
annotate version.sh.in @ 5282:dcc34e28cd84
Warn at byte-compile in #'the if FORM constant & not TYPE; fix byte-compile-constp
2010-10-10 Aidan Kehoe <kehoea@parhasard.net>
* bytecomp.el (byte-compile-constp) Forms quoted with FUNCTION are
also constant.
(byte-compile-initial-macro-environment): In #'the, if FORM is
constant and does not match TYPE, warn at byte-compile time.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 10 Oct 2010 12:32:38 +0100 |
parents | 5efbd1253905 |
children | e79916901603 |
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 |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4419
diff
changeset
|
5 emacs_beta_version=29 |
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4419
diff
changeset
|
6 xemacs_codename="garbanzo" |
708 | 7 emacs_kit_version= |
4636
5c427ece884b
XEmacs 21.5.29 "garbanzo" is released.
Stephen J. Turnbull <stephen@xemacs.org>
parents:
4419
diff
changeset
|
8 xemacs_release_date="2009-05-18" |
4419
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4309
diff
changeset
|
9 xemacs_extra_name= |