Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.67 emacs/lisp/help-fns.el:1.68
*** emacs/lisp/help-fns.el:1.67 Thu May 19 00:13:09 2005
--- emacs/lisp/help-fns.el      Mon May 30 18:06:02 2005
***************
*** 224,230 ****
  ;;;   (symbol-file (if (symbolp subr-or-var) subr-or-var
  ;;;            (subr-name subr-or-var))
  ;;;          (if (eq kind 'var) 'defvar 'defun)))
! 
  (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."
--- 224,230 ----
  ;;;   (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."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to