]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexpand_abbrev): Remove unused variables.
authorGerd Moellmann <gerd@gnu.org>
Mon, 20 Sep 1999 00:34:35 +0000 (00:34 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 20 Sep 1999 00:34:35 +0000 (00:34 +0000)
src/abbrev.c

index f8352ad3660b8bcf29bedd248945386dcfc56eeb..e3ee9e039b2256a1ea607f07d65b92bd946cdb5f 100644 (file)
@@ -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;