Mercurial > hg > xemacs-beta
view version.sh @ 4319:74d00c7cc134
Specify coding-system-for-write, add a coding cookie in #'write-abbrev-file.
2007-12-09 Aidan Kehoe <kehoea@parhasard.net>
* abbrev.el (write-abbrev-file):
Write FILE using escape-quoted, as a coding system. Add a coding
cookie to specify exactly what coding system was used
(escape-quoted is aliased to binary on non-Mule). Thank you for
the bug report, Uwe Brauer.
This bug would have been resolved ages ago if we had merged
Dave Love's 2002 changes from GNU. Nope, I didn't merge the whole
file when doing this.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 09 Dec 2007 18:31:41 +0100 |
parents | 3fbaef93f665 |
children |
line wrap: on
line source
#!/bin/sh emacs_is_beta=t emacs_major_version=21 emacs_minor_version=5 emacs_beta_version=28 xemacs_codename="fuki" emacs_kit_version= infodock_major_version=4 infodock_minor_version=0 infodock_build_version=8 xemacs_extra_name="(+CVS-20071205)" xemacs_release_date="2007-05-21"