Mercurial > emacs
view etc/nxml/0FE00-0FE0F.el @ 110034:c87f89486bb7
Use `declare' in defmacros.
* lisp/window.el (save-selected-window):
* lisp/subr.el (with-temp-file, with-temp-message, with-syntax-table):
* lisp/progmodes/python.el (def-python-skeleton):
* lisp/net/dbus.el (dbus-ignore-errors):
* lisp/jka-cmpr-hook.el (with-auto-compression-mode):
* lisp/international/mule.el (with-category-table):
* lisp/emacs-lisp/timer.el (with-timeout):
* lisp/emacs-lisp/lisp-mnt.el (lm-with-file):
* lisp/emacs-lisp/eieio.el (with-slots):
* lisp/emacs-lisp/easymenu.el (easy-menu-define):
* lisp/emacs-lisp/debug.el (debugger-env-macro):
* lisp/emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
(Multiple-value-call, Multiple-value-prog1):
* lisp/emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
(cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
edebug rule to definition.
* lisp/emacs-lisp/lisp-mode.el (save-selected-window)
(with-current-buffer, combine-after-change-calls)
(with-output-to-string, with-temp-file, with-temp-buffer)
(with-temp-message, with-syntax-table, read-if, eval-after-load)
(dolist, dotimes, when, unless):
* lisp/emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 30 Aug 2010 15:03:05 +0200 |
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