Fix bug #7308 with `locate' on MS-Windows.
commitd1882ac7c91cbaa51aeea68433f1867e73a431c2
authorEduard Wiebe <usenet@pusto.de>
Sat, 27 Nov 2010 09:56:49 +0000 (27 11:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Nov 2010 09:56:49 +0000 (27 11:56 +0200)
tree16483fbbb771b967bca9ebfaa30bf5bde90e4afc
parentda2b5401e8747adb28558684b48328806bf43e1e
Fix bug #7308 with `locate' on MS-Windows.

 dired.el (dired-get-filename): Replace backslashes with slashes
 in file names on MS-Windows, needed by `locate'.
 locate.el (locate-default-make-command-line): Don't consider
 drive letter and root directory part of
 `directory-listing-before-filename-regexp'.
 (locate-post-command-hook, locate-post-command-hook): New defcustoms.
lisp/ChangeLog
lisp/dired.el
lisp/locate.el