From 0b7bb6c77ab40dab70dcf00320bb10bbfedeac9b Mon Sep 17 00:00:00 2001 From: kaoru Date: Sat, 1 Feb 2003 00:47:06 +0000 Subject: [PATCH] Remove defalias elmo-read. --- elmo/elmo-util.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/elmo/elmo-util.el b/elmo/elmo-util.el index 2c59103..b468759 100644 --- a/elmo/elmo-util.el +++ b/elmo/elmo-util.el @@ -75,8 +75,6 @@ (filename newname &optional ok-if-already-exists) (copy-file filename newname ok-if-already-exists t))) -(defalias 'elmo-read 'read) - (defmacro elmo-set-work-buf (&rest body) "Execute BODY on work buffer. Work buffer remains." (` (save-excursion -- 1.7.10.4