mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
* lisp/cedet/mode-local.el (describe-function-orig-buffer): Declare.
This commit is contained in:
parent
2a9532d592
commit
d57724a879
@ -633,6 +633,9 @@ SYMBOL is a function that can be overridden."
|
||||
;; LIST ALL LOADED OVERRIDES FOR SYMBOL HERE
|
||||
)))
|
||||
|
||||
;; We are called from describe-function in help-fns.el, where this is defined.
|
||||
(defvar describe-function-orig-buffer)
|
||||
|
||||
(defun describe-mode-local-overload (symbol)
|
||||
"For `help-fns-describe-function-functions'; add overloads for SYMBOL."
|
||||
(when (get symbol 'mode-local-overload)
|
||||
|
Loading…
Reference in New Issue
Block a user