From d639db36274408d957eb7355f085994ae3e4ef8a Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 7 Feb 2001 23:29:06 +0000 Subject: [PATCH] (find-tag-default-function): Fix :type. --- lisp/progmodes/etags.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 3735b2f0ff6..1319def4a8f 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -120,7 +120,7 @@ If nil, and the symbol that is the value of `major-mode' has a `find-tag-default-function' property (see `put'), that is used. Otherwise, `find-tag-default' is used." :group 'etags - :type 'function) + :type '(choice (const nil) function)) (defcustom find-tag-marker-ring-length 16 "*Length of marker rings `find-tag-marker-ring' and `tags-location-ring'." -- 2.39.5