From: Glenn Morris Date: Fri, 8 May 2015 05:42:12 +0000 (-0700) Subject: * lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare. X-Git-Tag: emacs-25.0.90~2157 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19f4aca23bd0bd6cf413535436ca0631321d5fd8;p=emacs.git * lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare. --- diff --git a/lisp/emacs-lisp/eieio-opt.el b/lisp/emacs-lisp/eieio-opt.el index 7f98730340d..02b89e043e4 100644 --- a/lisp/emacs-lisp/eieio-opt.el +++ b/lisp/emacs-lisp/eieio-opt.el @@ -74,6 +74,9 @@ Argument CH-PREFIX is another character prefix to display." ;;; CLASS COMPLETION / DOCUMENTATION +;; Called via help-fns-describe-function-functions. +(declare-function help-fns-short-filename "help-fns" (filename)) + ;;;###autoload (defun eieio-help-class (class) "Print help description for CLASS.