Mercurial > hg > xemacs-beta
diff src/doc.c @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:07 +0200 |
parents | 3d6bfa290dbd |
children | 41ff10fd062f |
line wrap: on
line diff
--- a/src/doc.c Mon Aug 13 09:56:30 2007 +0200 +++ b/src/doc.c Mon Aug 13 09:57:07 2007 +0200 @@ -489,7 +489,7 @@ The type determines where the docstring is stored. */ else if (p[1] == 'F') { - fun = XSYMBOL (sym)->function;/*indirect_function (sym,0);*/ + fun = indirect_function (sym,0); if (CONSP (fun) && EQ (XCAR (fun), Qmacro)) fun = XCDR (fun);