diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-07 22:42:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-07 22:42:12 -0700 |
commit | 19f4aca23bd0bd6cf413535436ca0631321d5fd8 (patch) | |
tree | ca7737a742f9c5f1c484e8cc440064f10949722c /lisp/emacs-lisp/eieio-opt.el | |
parent | 3a33ac8911e835bf2be3ed34dd1288521ade91a8 (diff) | |
download | emacs-19f4aca23bd0bd6cf413535436ca0631321d5fd8.tar.gz |
* lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare.
Diffstat (limited to 'lisp/emacs-lisp/eieio-opt.el')
-rw-r--r-- | lisp/emacs-lisp/eieio-opt.el | 3 |
1 files changed, 3 insertions, 0 deletions
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. |