[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#7530: describe-function etc. should remember locations from $HOME to
From: |
jidanni |
Subject: |
bug#7530: describe-function etc. should remember locations from $HOME too |
Date: |
Tue, 21 Dec 2010 11:51:54 +0800 |
>>>>> "CY" == Chong Yidong <cyd@stupidchicken.com> writes:
CY> I tried with a .emacs file containing just the line
CY> (defun foo () 1)
CY> Then, in emacs,
CY> C-h f foo RET
CY> => foo is a Lisp function in `.emacs'.
CY> as expected; no bug here.
Ah ha! But not if you byte-compile your .emacs.
B runs the command dired-do-byte-compile ...