aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/find-file.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/find-file.el b/lisp/find-file.el
index d59f10d22b..5e5f376608 100644
--- a/lisp/find-file.el
+++ b/lisp/find-file.el
@@ -422,8 +422,7 @@ If optional IN-OTHER-WINDOW is non-nil, find the file in another window."
(buffer-file-name)
"/none.none"))
- (string-match ".*/\\(.+\\)$" pathname)
- (setq fname (substring pathname (match-beginning 1) (match-end 1))
+ (setq fname (file-name-nondirectory pathname)
no-match nil
match (car alist))