changeset 35961:850d490d87f3

(find-tag-default-function): Fix :type.
author Dave Love <fx@gnu.org>
date Wed, 07 Feb 2001 23:29:06 +0000
parents a21a0d45ea19
children ad7104908c16
files lisp/progmodes/etags.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/etags.el	Wed Feb 07 23:28:21 2001 +0000
+++ b/lisp/progmodes/etags.el	Wed Feb 07 23:29:06 2001 +0000
@@ -120,7 +120,7 @@
 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'."