From a72e20503e1c1f2f52afbb59e683f002d255d3e9 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 19 Jul 1999 11:24:47 +0000 Subject: [PATCH] Fixed. --- mu-cite.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mu-cite.el b/mu-cite.el index 7ab214b..8d66b9c 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -504,13 +504,6 @@ function according to the agreed upon standard." 'mu-cite-ml-count-field-list) ) -(static-unless (fboundp 'defvaralias) - (mapcar - (function - (lambda (elem) - (eval (list 'defvar (car elem) (cadr elem))))) - mu-cite-obsolete-variable-alist)) - ;;; @ end ;;; -- 1.7.10.4