Mercurial > hg > xemacs-beta
diff lisp/finder.el @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | b8cc9ab3f761 |
children | 697ef44129c6 |
line wrap: on
line diff
--- a/lisp/finder.el Mon Aug 13 11:18:12 2007 +0200 +++ b/lisp/finder.el Mon Aug 13 11:19:21 2007 +0200 @@ -150,7 +150,9 @@ (let ((processed nil) (directory-abbrev-alist (append - (mapcar (function (lambda (dir) (cons dir ""))) + (mapcar (function (lambda (dir) + (cons (concat "^" (regexp-quote dir)) + ""))) finder-abbreviate-directory-list) directory-abbrev-alist)) (using-load-path))