Josh Boyer <jwboyer at linux.vnet.ibm.com> wrote: > Is there a reason you renamed all the function names as well when they > are static? Well, static functions can still conflict with a function of the same name that's declared globally in a header file, but mainly because M-x replace-string doesn't differentiate. David