(require 'poem)
-;;; @ character
-;;;
-
-;;; @@ Mule emulating aliases
-;;;
-;;; You should not use them.
-
-(defun char-category (character)
- "Return string of category mnemonics for CHAR in TABLE.
-CHAR can be any multilingual character
-TABLE defaults to the current buffer's category table."
- (category-set-mnemonics (char-category-set character)))
-
-
;;; @ CCL
;;;
(eval-when-compile (require 'ccl))
'encode (symbol-value encoder))))
-;;; @ character
-;;;
-
-;;; @@ Mule emulating aliases
-;;;
-;;; You should not use them.
-
-;;(defalias 'char-leading-char 'char-charset)
-
-(defun char-category (character)
- "Return string of category mnemonics for CHAR in TABLE.
-CHAR can be any multilingual character
-TABLE defaults to the current buffer's category table."
- (mapconcat (lambda (chr)
- (char-to-string (int-char chr)))
- (char-category-list character)
- ""))
-
-
;;; @ end
;;;
(cond ((featurep 'xemacs)
;; for XEmacs with MULE
(require 'emu-x20)
+
+ ;; old Mule emulating aliases
+
+ ;;(defalias 'char-leading-char 'char-charset)
+
+ (defun char-category (character)
+ "Return string of category mnemonics for CHAR in TABLE.
+CHAR can be any multilingual character
+TABLE defaults to the current buffer's category table."
+ (mapconcat (lambda (chr)
+ (char-to-string (int-char chr)))
+ (char-category-list character)
+ ""))
)
((>= emacs-major-version 20)
;; for Emacs 20
(require 'emu-e20)
(defalias 'insert-binary-file-contents-literally
'insert-file-contents-literally)
+
+ ;; old Mule emulating aliases
+ (defun char-category (character)
+ "Return string of category mnemonics for CHAR in TABLE.
+CHAR can be any multilingual character
+TABLE defaults to the current buffer's category table."
+ (category-set-mnemonics (char-category-set character)))
)
(t
;; for MULE 1.* and 2.*