bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55906: [PATCH] Make directory line in find-dired clickable


From: Eli Zaretskii
Subject: bug#55906: [PATCH] Make directory line in find-dired clickable
Date: Sat, 11 Jun 2022 16:40:31 +0300

> From: Visuwesh <visuweshm@gmail.com>
> Date: Sat, 11 Jun 2022 19:01:47 +0530
> 
> diff --git a/lisp/find-dired.el b/lisp/find-dired.el
> index c04545e44e..8c1e684b7e 100644
> --- a/lisp/find-dired.el
> +++ b/lisp/find-dired.el
> @@ -241,6 +241,8 @@ find-dired
>      ;; Subdir headlerline must come first because the first marker in
>      ;; subdir-alist points there.
>      (insert "  " dir ":\n")
> +    (when dired-make-directory-clickable
> +      (dired--make-directory-clickable))

Won't we need to make that function be public for this, and rename it
to dired-make-directory-clickable?

Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]