also check the first two elements of `face-atts' and `mask-atts'.
+2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
+
+ * facemenu.el (facemenu-active-faces): Change condition of inner
+ `while' loop to also check the first two elements of `face-atts'
+ and `mask-atts'.
+
2004-09-04 John Paul Wallington <jpw@gnu.org>
* thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
(check-face (car face-list)))))
(i mask-len)
(useful nil))
- (while (> (setq i (1- i)) 1)
+ (while (>= (setq i (1- i)) 0)
(and (not (memq (aref face-atts i) '(nil unspecified)))
(memq (aref mask-atts i) '(nil unspecified))
(aset mask-atts i (setq useful t))))