[AC21.5] [R21.4] Really make face-boolean specifiers

Didier Verna didier at xemacs.org
Tue Oct 2 03:54:47 EDT 2007


NOTE: This patch has been committed. The version below is
informational only (whitespace differences have been removed).

		Dear reviewers,

	this patch makes make-face-boolean-specifier make a...
face-boolean specifier (wao :-). Plus a small doc fix. Strongly
recommended for 21.4.


lisp/ChangeLog addition:

2007-10-02  Didier Verna  <didier at xemacs.org>

	* objects.el (make-face-boolean-specifier): Fix docstring, really
	make a face-boolean specifier (not a color one).


XEmacs source patch:
Diff command:   cvs -q diff -u -t -b -B -w
Files affected: lisp/objects.el

Index: lisp/objects.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/objects.el,v
retrieving revision 1.6
diff -u -u -t -b -B -w -r1.6 objects.el
--- lisp/objects.el	29 Nov 2005 12:08:36 -0000	1.6
+++ lisp/objects.el	2 Oct 2007 07:50:54 -0000
@@ -186,12 +186,12 @@
 Valid instantiators for face-boolean specifiers are
 
 -- t or nil
--- a vector of two or three elements: a face to inherit from,
+-- a vector of one, two or three elements: a face to inherit from,
    optionally a symbol naming the property of that face to inherit from
    (if omitted, defaults to the same property that this face-boolean
    specifier is used for; if this specifier is not part of a face,
    the instantiator would not be valid), and optionally a value which,
    if non-nil, means to invert the sense of the inherited property."
-  (make-specifier-and-init 'color spec-list))
+  (make-specifier-and-init 'face-boolean spec-list))
 
 ;;; objects.el ends here.

-- 
New @-quartet featured CD Review !!
http://www.indie-music.com/modules.php?name=News&file=article&sid=6457

Didier Verna, didier at lrde.epita.fr, http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier at xemacs.org



More information about the XEmacs-Patches mailing list