Hey hey!
In doctor.el there is a simple function, #'// that just returns the arg
given to it. It is just used to repeat back to you parts of what you
have said to the "doctor". Anyway, it conflicts with our #'// which
actually does something useful...
,----[ C-h f // RET ]
| `//' is a built-in function
| -- loaded from "/usr/src/sxemacs/sxemacs/src/ent/ent-binary-op.c"
|
| Documentation:
| Return first argument divided by all the remaining arguments.
| If a rest occurred, the category is enlarged, such that
| the division can be performed without leaving a rest.
|
| The arguments must be numbers, characters or markers.
| With one argument, reciprocates the argument.
`----
I fixed my local copy with...
$ sed -i 's@//@doctor-&@' doctor.el
(that does wipe out a URL in the commentary, but it's a dead link
anyway)
Could somebody (Norbert?) please fix this up in the misc-games package,
I don't have a copy of the packages source tree. I don't think I even
have cvs or mercurial or whatever it is you guys use these days.
Thanks!
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| SXEmacs - The only _______ you'll ever need. |
| Fill in the blank, yes, it's THAT good! |
|------------------------------------<steve(a)sxemacs.org>---|
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta