]> code.delx.au - gnu-emacs/blobdiff - lisp/facemenu.el
Much whitespace and capitalization change.
[gnu-emacs] / lisp / facemenu.el
index e9af58fc73db9285ea44d2346b280d37d8196114..c6cce457fe6ae183c330e8e0dc69def19891f70e 100644 (file)
@@ -617,7 +617,7 @@ use the selected frame.  If t, then the global, non-frame faces are used."
                       (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))))