]> code.delx.au - gnu-emacs/commitdiff
* lisp/cedet/mode-local.el (describe-function-orig-buffer): Declare.
authorGlenn Morris <rgm@gnu.org>
Fri, 8 Jan 2016 21:31:56 +0000 (16:31 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 8 Jan 2016 21:31:56 +0000 (16:31 -0500)
lisp/cedet/mode-local.el

index c2b7cf50ac1fc7dec1394d288b0d9e37fac96dbf..30320b00946566a49ea4cd899e5a54a17eca1b34 100644 (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)