From: Eli Zaretskii Date: Sat, 29 Oct 2022 16:52:48 +0000 (+0300) Subject: ; * lisp/dired.el (dired--make-directory-clickable): Fix typo. X-Git-Tag: emacs-29.0.90~1616^2~388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44f1b1edcf74de3be7251780f058b29ccd038150;p=emacs.git ; * lisp/dired.el (dired--make-directory-clickable): Fix typo. --- diff --git a/lisp/dired.el b/lisp/dired.el index 7a8f1ae7a16..209e270942b 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -1919,7 +1919,7 @@ mouse-2: visit this file in other window" (let ((bound (line-end-position)) (segment-start (point)) (inhibit-read-only t) - (dir (substring (match-string 1) 2))) + (dir (substring (match-string 0) 2))) (while (search-forward "/" bound t 1) (setq dir (concat dir (buffer-substring segment-start (point)))) (add-text-properties