view etc/nxml/0FE00-0FE0F.el @ 110914:ccdc694ce7bd

More cleanups and minor fixes for Customize. * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec. * custom.el (custom-push-theme): Cleanup (use cond). (disable-theme): Recompute the saved-face property. (custom-theme-recalc-face): Follow face alias before setting prop. * custom.el (custom-fix-face-spec): New function; code moved from custom-face-edit-fix-value. (custom-push-theme): Use it when checking if a face has been changed outside customize. (custom-available-themes): New function. (load-theme): Use it. * image.el (image-checkbox-checked, image-checkbox-unchecked): New variables, containing checkbox images. * startup.el (fancy-startup-tail): * wid-edit.el (checkbox): Use them.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 11 Oct 2010 00:49:59 -0400
parents e6dcf3a72bea
children ef719132ddfa
line wrap: on
line source

(nxml-define-char-name-set 'variation-selectors
  '(("VARIATION SELECTOR-1" #xFE00)
    ("VARIATION SELECTOR-2" #xFE01)
    ("VARIATION SELECTOR-3" #xFE02)
    ("VARIATION SELECTOR-4" #xFE03)
    ("VARIATION SELECTOR-5" #xFE04)
    ("VARIATION SELECTOR-6" #xFE05)
    ("VARIATION SELECTOR-7" #xFE06)
    ("VARIATION SELECTOR-8" #xFE07)
    ("VARIATION SELECTOR-9" #xFE08)
    ("VARIATION SELECTOR-10" #xFE09)
    ("VARIATION SELECTOR-11" #xFE0A)
    ("VARIATION SELECTOR-12" #xFE0B)
    ("VARIATION SELECTOR-13" #xFE0C)
    ("VARIATION SELECTOR-14" #xFE0D)
    ("VARIATION SELECTOR-15" #xFE0E)
    ("VARIATION SELECTOR-16" #xFE0F)
    ))

;; arch-tag: 591c3457-10c0-4036-8bfb-6cccd23f44dd