emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 19f4aca 1/2: * lisp/emacs-lisp/eieio-opt.el (help-f


From: Glenn Morris
Subject: [Emacs-diffs] master 19f4aca 1/2: * lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare.
Date: Fri, 08 May 2015 05:43:05 +0000

branch: master
commit 19f4aca23bd0bd6cf413535436ca0631321d5fd8
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/emacs-lisp/eieio-opt.el (help-fns-short-filename): Declare.
---
 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 7f98730..02b89e0 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]