Mercurial > emacs
changeset 92115:b4b2ac0c80f8
(font-weight-table): Fix value of `semi-light'.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 22 Feb 2008 23:34:57 +0000 |
parents | e76a0cdd7ce8 |
children | d36aefd8b7da |
files | lisp/faces.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)