/[emacs]/emacs/src/abbrev.c
ViewVC logotype

Diff of /emacs/src/abbrev.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.49 by raeburn, Sat Dec 29 21:42:22 2001 UTC revision 1.50 by rms, Sun Mar 3 20:08:56 2002 UTC
# Line 331  Returns the abbrev symbol, if expansion Line 331  Returns the abbrev symbol, if expansion
331    if (INTEGERP (XSYMBOL (sym)->plist))    if (INTEGERP (XSYMBOL (sym)->plist))
332      XSETINT (XSYMBOL (sym)->plist,      XSETINT (XSYMBOL (sym)->plist,
333               XINT (XSYMBOL (sym)->plist) + 1);               XINT (XSYMBOL (sym)->plist) + 1);
334    else if (!NILP (tem = Fget (sym, Qcount)))    else if (INTEGERP (tem = Fget (sym, Qcount)))
335      Fput (sym, Qcount, make_number (XINT (tem) + 1));      Fput (sym, Qcount, make_number (XINT (tem) + 1));
336    
337    /* If this abbrev has an expansion, delete the abbrev    /* If this abbrev has an expansion, delete the abbrev

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26