* lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
[emacs.git] / admin / charsets / kuten.awk
blob2bc58c438d09d8dc73d511f7a6ef33d293adf44b
1 /^[0-9]/ {
2 ku=substr($1, 3, 2) + 32;
3 ten=substr($1, 5, 2) + 32;
4 printf "0x%02X%02X %s\n", ku, ten, $2;