diff src/specifier.c @ 5484:d12a0c55b174

[mq]: matchspec
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 30 Apr 2011 13:04:47 +0900
parents b9167d522a9a
children 56144c8593a8
line wrap: on
line diff
--- a/src/specifier.c	Sat Apr 30 12:57:04 2011 +0900
+++ b/src/specifier.c	Sat Apr 30 13:04:47 2011 +0900
@@ -3171,6 +3171,10 @@
 				 no_fallback, 1);
 }
 
+/* MATCHSPEC is backward-incompatible with code written to 21.4's API.
+   So far such code has been seen only in x-symbol-mule.el, and that
+   was addressed by a change `face-property-matching-instance'.
+   See tracker issue752 for a more general patch against 21.5.29. */
 DEFUN ("specifier-matching-instance", Fspecifier_matching_instance, 2, 5, 0, /*
 Return an instance for SPECIFIER in DOMAIN that matches MATCHSPEC.
 If no instance can be generated for this domain, return DEFAULT.