jde-open-class-source (minor addition)

2002-04-08 Thread Paul Kinnucan
[EMAIL PROTECTED] writes: > I defined the following advice fragment so jde-open-class-source > jumps to the line where the class is defined -- > it might be worthwhile having jde do this by default > --rather than doing it via an advice. > > (defadvice jde-open-class-source (after fix pre a

jde-open-class-source (minor addition)

2002-04-08 Thread tvraman
I defined the following advice fragment so jde-open-class-source jumps to the line where the class is defined -- it might be worthwhile having jde do this by default --rather than doing it via an advice. (defadvice jde-open-class-source (after fix pre act comp) (senator-jump (ad-get-arg 0))) --