From: Roland Winkler Date: Mon, 17 Jun 2019 04:02:12 +0000 (-0500) Subject: * find-dired.el (find-dired-refine-function): Fix defcustom. X-Git-Tag: emacs-27.0.90~2455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0288145895f6addd37ecb6585ffa0f4733b2328;p=emacs.git * find-dired.el (find-dired-refine-function): Fix defcustom. --- 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].")