diff lisp/help-fns.el @ 62908:af6dffb5d180

* emacs-lisp/find-func.el (find-function-noselect): Handle subroutines. * help-fns.el (help-C-file-name): Added autoload mark for `find-function-noselect'.
author Masatake YAMATO <jet@gyve.org>
date Mon, 30 May 2005 18:06:02 +0000
parents 3de160e732f1
children f66c007ebe28 6aee1e9b0bd7 01137c1fdbe9
line wrap: on
line diff
--- a/lisp/help-fns.el	Mon May 30 17:13:58 2005 +0000
+++ b/lisp/help-fns.el	Mon May 30 18:06:02 2005 +0000
@@ -224,7 +224,7 @@
 ;;;   (symbol-file (if (symbolp subr-or-var) subr-or-var
 ;;; 		 (subr-name subr-or-var))
 ;;; 	       (if (eq kind 'var) 'defvar 'defun)))
-
+;;;###autoload
 (defun help-C-file-name (subr-or-var kind)
   "Return the name of the C file where SUBR-OR-VAR is defined.
 KIND should be `var' for a variable or `subr' for a subroutine."