Changeset 4161 for trunk/lisp/international/quail.el
- Timestamp:
- 09/09/06 16:30:10 (2 years ago)
- Files:
-
- trunk/lisp/international/quail.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/international/quail.el
r3945 r4161 1096 1096 Optional 6th arg PROPS is a property list annotating TRANS. See the 1097 1097 function `quail-define-rules' for the detail." 1098 (if (n ull (stringp key))1099 "Invalid Quail key `%s'" key)1098 (if (not (or (stringp key) (vectorp key))) 1099 (error "Invalid Quail key `%s'" key)) 1100 1100 (if (not (or (numberp trans) (stringp trans) (vectorp trans) 1101 1101 (consp trans)
