Mercurial > hg > xemacs-beta
annotate version.sh.in @ 4599:0347879667ed
Document the force-coding-system-equivalency macro in coding.el.
lisp/ChangeLog addition:
2009-02-04 Aidan Kehoe <kehoea@parhasard.net>
* coding.el (force-coding-system-equivalency):
Document this macro and the motivation for it.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 04 Feb 2009 12:41:14 +0000 |
parents | eb82fbb675ea |
children | 5c427ece884b |
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 |
3975 | 5 emacs_beta_version=28 |
6 xemacs_codename="fuki" | |
708 | 7 emacs_kit_version= |
298 | 8 infodock_major_version=4 |
9 infodock_minor_version=0 | |
422 | 10 infodock_build_version=8 |
3975 | 11 xemacs_release_date="2007-05-21" |
4419
eb82fbb675ea
Use Mercurial changeset hash to identify build version.
Mike Sperber <sperber@deinprogramm.de>
parents:
4309
diff
changeset
|
12 xemacs_extra_name= |