From 8e96ef649b2bee9c5923ab4e6c240483b1243acd Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 9 Apr 1998 15:14:26 +0000 Subject: [PATCH] Abolish obsolete alias `char-leading-char'. --- emu-e19.el | 2 +- emu-nemacs.el | 2 +- emu-x20.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emu-e19.el b/emu-e19.el index f847725..4e5e10e 100644 --- a/emu-e19.el +++ b/emu-e19.el @@ -256,7 +256,7 @@ find-file-hooks, etc. ;;; ;;; You should not use them. -(defalias 'char-leading-char 'char-charset) +;;(defalias 'char-leading-char 'char-charset) ;;; @@ obsoleted aliases ;;; diff --git a/emu-nemacs.el b/emu-nemacs.el index 162b47e..52cfab8 100644 --- a/emu-nemacs.el +++ b/emu-nemacs.el @@ -343,7 +343,7 @@ find-file-hooks, etc. ;;; ;;; You should not use them. -(defalias 'char-leading-char 'char-charset) +;;(defalias 'char-leading-char 'char-charset) ;;; @@ obsoleted aliases ;;; diff --git a/emu-x20.el b/emu-x20.el index 873bdc7..de8e189 100644 --- a/emu-x20.el +++ b/emu-x20.el @@ -152,7 +152,7 @@ find-file-hooks, etc. ;;; ;;; You should not use them. -(defalias 'char-leading-char 'char-charset) +;;(defalias 'char-leading-char 'char-charset) (defun char-category (character) "Return string of category mnemonics for CHAR in TABLE. -- 1.7.10.4