emacs-devel
[Top][All Lists]
Advanced

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

mylib.e instead of mylib.el in help buffers


From: Lennart Borgman
Subject: mylib.e instead of mylib.el in help buffers
Date: Fri, 28 Oct 2005 00:37:13 +0200
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

With todays CVS Emacs on w32 I get wrong mylib.e instead of mylib.el in help buffers if a library is not compiled. For compiled libraries I get mylib.el as expected.

To reproduce the error (mylib.elc should not exist, only mylib.el):

emacs -Q
M-: (add-to-list 'load-path "c:/my-lib-path") RET
M-x load-library RET mylib RET
C-h f some-function-in-mylib RET

The help buffer now shows "mylib.e" instead of "mylib.el".




reply via email to

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