1
0
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:
Glenn Morris 2016-01-08 16:31:56 -05:00
parent 2a9532d592
commit d57724a879

View File

@ -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)