From: Gerd Moellmann Date: Mon, 20 Sep 1999 00:34:35 +0000 (+0000) Subject: (Fexpand_abbrev): Remove unused variables. X-Git-Tag: emacs-pretest-21.0.90~6676 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=11017f88a3395b617f5181637c33c3c712b74603;p=emacs.git (Fexpand_abbrev): Remove unused variables. --- diff --git a/src/abbrev.c b/src/abbrev.c index f8352ad3660..e3ee9e039b2 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -227,7 +227,6 @@ Returns the abbrev symbol, if expansion took place.") int uccount = 0, lccount = 0; register Lisp_Object sym; Lisp_Object expansion, hook, tem; - int oldmodiff = MODIFF; Lisp_Object value; value = Qnil;