bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong functi


From: Drew Adams
Subject: bug#19918: 25.0.50; links in *Backtrace* & *Help* go to the wrong function definitions
Date: Sat, 30 Apr 2016 10:03:29 -0800 (GMT-08:00)

> Do you have a recipe not involving your own code?

The point is that the help button does not reflect the fact
that the command was redefined.

The redefining code (in bookmark+-bmu.el, at top level) is
simply this:

(defun bookmark-bmenu-list (&optional filteredp msg-p)
  "..."
  (interactive "i\np")
  ...)

The problem is with the button link - it has apparently
hard-coded the address of the original definition of
this command, in standard library bookmark.el.

That's the bug.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]