comparison lisp/ChangeLog @ 108520:a4cdc6d33cc6

* dos-fns.el: Add "dos-" prefix for namespace control. (convert-standard-filename): Define as alias for dos-convert-standard-filename but only if applicable.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 May 2010 20:35:07 -0400
parents 75f27a9b3b3a
children 6985fcf16f42
comparison
equal deleted inserted replaced
108519:24e2a1f40d57 108520:a4cdc6d33cc6
1 2010-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * dos-fns.el: Add "dos-" prefix for namespace control.
4 (convert-standard-filename): Define as alias for
5 dos-convert-standard-filename but only if applicable.
6
1 2010-05-12 Alan Mackenzie <acm@muc.de> 7 2010-05-12 Alan Mackenzie <acm@muc.de>
2 8
3 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun): 9 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
4 Push the mark at the start of these functions when appropriate. 10 Push the mark at the start of these functions when appropriate.
5 11