# HG changeset patch # User Juanma Barranquero # Date 1203723297 0 # Node ID b4b2ac0c80f8d8ec7eeb390a8b3cef48a7280f30 # Parent e76a0cdd7ce8f4ad874d3410343a526fd9524cf3 (font-weight-table): Fix value of `semi-light'. diff -r e76a0cdd7ce8 -r b4b2ac0c80f8 lisp/faces.el --- a/lisp/faces.el Fri Feb 22 19:04:20 2008 +0000 +++ b/lisp/faces.el Fri Feb 22 23:34:57 2008 +0000 @@ -108,10 +108,10 @@ '((thin . 100) (ultralight . 199) (ultra-light . 200) (extra-light . 201) (light . 300) - (semilight . 330) (semi-light . 330) + (semilight . 330) (semi-light . 331) (book . 350) (normal . 400) (regular . 401) - (medium . 500) + (medium . 500) (semibold . 599) (semi-bold . 600) (demibold . 601) (demi . 602) (bold . 700) (extrabold . 799) (extra-bold . 800) @@ -1772,7 +1772,7 @@ ;; (save-match-data ;; (dolist (this result) ;; (if (string-match " " this) -;; (push (replace-regexp-in-string " " "" +;; (push (replace-regexp-in-string " " "" ;; this) ;; to-be-rejected))) ;; (dolist (elt to-be-rejected)