Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5098:e402e3506a53
Use #'subseq, not #'substring, in native-windows-specific code, make-docfile.el
2010-03-04 Aidan Kehoe <kehoea@parhasard.net>
* make-docfile.el (process-args):
Use #'subseq here, not #'substring, fixing the native Windows
build. Thank you for the error report, Vin!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 04 Mar 2010 16:47:16 +0000 |
parents | 99f8ebc082d9 |
children | a24f2ab0093b |
comparison
equal
deleted
inserted
replaced
5097:4a6b680a9577 | 5098:e402e3506a53 |
---|---|
1 2010-03-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * make-docfile.el (process-args): | |
4 Use #'subseq here, not #'substring, fixing the native Windows | |
5 build. Thank you for the error report, Vin! | |
6 | |
1 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> | 7 2010-03-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 Move byte code #o117 to #'subseq, not #'substring. | 9 Move byte code #o117 to #'subseq, not #'substring. |
4 Make #'substring available as an alias for #'subseq in Lisp. | 10 Make #'substring available as an alias for #'subseq in Lisp. |
5 * bytecomp.el (79, subseq, substring): | 11 * bytecomp.el (79, subseq, substring): |