Comment 16 for bug 892245

Revision history for this message
Soft Libre (softlibre) wrote :

I have found a partial solution to those warnings.

Those two variables are obsolet in emacs 24.

I try to find it in my nxhtml 2.08 directory and found them only un util/mumamo.el.
Then I proceed as following:

- I Commented those lines
- Bytecompile.
- Later, another warning shows up: the function `(interactive-p)` is also deprecated(or obsolete)
- I substitute it for `(called-interactively-p 'any)`.

Up to now works nice and without those warnings.

Here I will send you a diff output between the original mumamo.el and my edited file.

I will not correct this into the code because may has unwanted consequences: Some features may not work or may appear errors when using something specific. I haven't tested exahustivelly this!
Neither, I haven't analized what are the effects of commenting those parts nor why these variables has been used! It appears that the variable aren't useful because always has `nil` as value but I'm not sure about this.

Cheers!