From c0288145895f6addd37ecb6585ffa0f4733b2328 Mon Sep 17 00:00:00 2001 From: Roland Winkler Date: Sun, 16 Jun 2019 23:02:12 -0500 Subject: [PATCH] * find-dired.el (find-dired-refine-function): Fix defcustom. --- lisp/find-dired.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 2c76179da06..8a283a65c98 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -123,7 +123,8 @@ This function takes no arguments. The *Find* buffer is narrowed to the output of `find' (one file per line) when this function is called." :version "27.1" :group 'find-dired - :type 'function) + :type '(choice (function :tag "Function") + (const :tag "None" nil))) (defvar find-args nil "Last arguments given to `find' by \\[find-dired].") -- 2.39.2