From: Dave Love Date: Wed, 7 Feb 2001 23:29:06 +0000 (+0000) Subject: (find-tag-default-function): Fix :type. X-Git-Tag: emacs-pretest-21.0.98~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d639db36274408d957eb7355f085994ae3e4ef8a;p=emacs.git (find-tag-default-function): Fix :type. --- 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'."