Mercurial > hg > xemacs-beta
diff src/abbrev.c @ 5445:6506fcb40fcf
Merged with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Fri, 31 Dec 2010 00:27:29 +0100 |
parents | 8d29f1c4bb98 31be2a3d121d |
children | 0af042a0c116 |
line wrap: on
line diff
--- a/src/abbrev.c Sun Dec 26 01:48:40 2010 +0100 +++ b/src/abbrev.c Fri Dec 31 00:27:29 2010 +0100 @@ -73,7 +73,7 @@ /* Hook to run before expanding any abbrev. */ Lisp_Object Vpre_abbrev_expand_hook, Qpre_abbrev_expand_hook; -Lisp_Object Qsystem_type, Qcount; +Lisp_Object Qsystem_type; struct abbrev_match_mapper_closure { @@ -556,9 +556,6 @@ void syms_of_abbrev (void) { - DEFSYMBOL(Qcount); - Qcount = intern ("count"); - staticpro (&Qcount); DEFSYMBOL(Qsystem_type); Qsystem_type = intern ("system-type"); DEFSYMBOL (Qpre_abbrev_expand_hook);