comparison lisp/ChangeLog @ 4640:8cef85a39d2c

Make CDPATH handling portable, accept entries not matching "/$". 2009-06-06 Aidan Kehoe <kehoea@parhasard.net> * files.el (cd): Make CDPATH handling portable, accept entries without trailing slashes within it. Some style corrections from Stephen Turnbull, thank you Stephen.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 06 Jun 2009 17:20:21 +0100
parents 7757334005ae
children a90b63846dc4
comparison
equal deleted inserted replaced
4639:7757334005ae 4640:8cef85a39d2c
1 2009-06-06 Aidan Kehoe <kehoea@parhasard.net>
2
3 * files.el (cd):
4 Make CDPATH handling portable, accept entries without trailing
5 slashes within it. Some style corrections from Stephen Turnbull,
6 thank you Stephen.
7
1 2009-05-29 Aidan Kehoe <kehoea@parhasard.net> 8 2009-05-29 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * bytecomp.el (byte-compile-lambda): 10 * bytecomp.el (byte-compile-lambda):
4 Even if we are going to store uncompiled interactive forms in the 11 Even if we are going to store uncompiled interactive forms in the
5 compiled-function object, byte compile (and discard) the code, for 12 compiled-function object, byte compile (and discard) the code, for