Hello,
GNU Emacs 23.1.1
I am just wondering is there any feature in emacs where I can find out what functions call a specific function.
In my code, I normally have to do a search on the function name to see what functions calls it.
It would be nice if I could display all the names of the functions where this specific function is being called from.
many thanks for any suggestions,