From ae6dca5cbe1f8a058e18467bba44b62678792657 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 9 Apr 1998 15:09:53 +0000 Subject: [PATCH] Abolish obsolete alias `char-columns'. --- emu-e19.el | 2 +- emu-e20.el | 2 +- emu-mule.el | 2 +- emu-nemacs.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emu-e19.el b/emu-e19.el index c19a7f3..f847725 100644 --- a/emu-e19.el +++ b/emu-e19.el @@ -263,7 +263,7 @@ find-file-hooks, etc. ;;; You should not use them. (defalias 'char-length 'char-bytes) -(defalias 'char-columns 'char-width) +;;(defalias 'char-columns 'char-width) ;;; @ string diff --git a/emu-e20.el b/emu-e20.el index 6f51347..cfdd741 100644 --- a/emu-e20.el +++ b/emu-e20.el @@ -194,7 +194,7 @@ TABLE defaults to the current buffer's category table." ;;; You should not use them. (defalias 'char-length 'char-bytes) -(defalias 'char-columns 'char-width) +;;(defalias 'char-columns 'char-width) ;;; @ string diff --git a/emu-mule.el b/emu-mule.el index eed2bd7..ebcdba4 100644 --- a/emu-mule.el +++ b/emu-mule.el @@ -326,7 +326,7 @@ It must be symbol.") ;;; You should not use them. (defalias 'char-length 'char-bytes) -(defalias 'char-columns 'char-width) +;;(defalias 'char-columns 'char-width) ;;; @ string diff --git a/emu-nemacs.el b/emu-nemacs.el index 68e3838..162b47e 100644 --- a/emu-nemacs.el +++ b/emu-nemacs.el @@ -350,7 +350,7 @@ find-file-hooks, etc. ;;; You should not use them. (defalias 'char-length 'char-bytes) -(defalias 'char-columns 'char-width) +;;(defalias 'char-columns 'char-width) ;;; @ string -- 1.7.10.4