subr.el (21.5.31) for 21.5.29

Stephen J. Turnbull stephen at xemacs.org
Thu Sep 29 09:18:57 EDT 2011


Uwe Brauer writes:
 > Hello
 > 
 > I tried to byte compile subr.el from 21.5.31 and I obtain 
 > 
 >  the function special-operator-p is not known to be defined.
 > 
 > Is this a new build in function?

Yes.  It's basically the same as the old special-form-p.

(defalias 'special-operator-p 'special-form-p)

should do the trick.



More information about the XEmacs-Beta mailing list