|
| From: | Francis Litterio |
| Subject: | Re: `C-h f' doesn't show file where function comes from |
| Date: | Thu, 04 Sep 2008 21:04:37 -0400 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (windows-nt) |
Katsumi Yamaoka wrote:
> When I start Emacs with
>
> emacs -Q -l wid-edit
>
> and type
>
> C-h f widget-button-press RET
>
> Emacs 22.2.92 shows:
> widget-button-press is an interactive compiled Lisp function in
> `/local/share/emacs/22.2.92/lisp/wid-edit.elc'.
> (widget-button-press pos &optional event)
>
> Invoke button at pos.
When I try that using Emacs built on Windows from sources checked out of
CVS yesterday, I see this:
widget-button-press is an interactive compiled Lisp function in
`c:/apps/emacs-cvs/lisp/wid-edit.el'.
(widget-button-press pos &optional event)
Invoke button at pos.
--
Fran
| [Prev in Thread] | Current Thread | [Next in Thread] |