aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-05-07 22:42:12 -0700
committerGlenn Morris2015-05-07 22:42:12 -0700
commit19f4aca23bd0bd6cf413535436ca0631321d5fd8 (patch)
treeca7737a742f9c5f1c484e8cc440064f10949722c
parent3a33ac8911e835bf2be3ed34dd1288521ade91a8 (diff)
downloademacs-19f4aca23bd0bd6cf413535436ca0631321d5fd8.tar.gz
emacs-19f4aca23bd0bd6cf413535436ca0631321d5fd8.zip
* lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare.
-rw-r--r--lisp/emacs-lisp/eieio-opt.el3
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."
74 74
75;;; CLASS COMPLETION / DOCUMENTATION 75;;; CLASS COMPLETION / DOCUMENTATION
76 76
77;; Called via help-fns-describe-function-functions.
78(declare-function help-fns-short-filename "help-fns" (filename))
79
77;;;###autoload 80;;;###autoload
78(defun eieio-help-class (class) 81(defun eieio-help-class (class)
79 "Print help description for CLASS. 82 "Print help description for CLASS.