Re: [Ebib-users] a patch for ebib
Brought to you by:
joostkremers
From: Leo <sd...@gm...> - 2007-10-31 07:33:30
|
On 2007-10-29 10:33 +0000, Joost Kremers wrote: > On Mon, Oct 29, 2007 at 06:46:59AM +0000, Leo wrote: >> Hi there, >> >> Fix a typo and a compiler warning and add an autoload candy for `ebib'. > > thanks! i've applied the patch and pushed the new source to > <http://repo.or.cz/w/ebib.git>. > > for some reason, i never got the compiler message you mention, but mapc > does make more sense here than mapcar. Many thanks. BTW, (when (file-readable-p "~/.ebibrc") (load "~/.ebibrc")) may be simplified as: (load "~/.ebibrc" t) Cheers, -- .: Leo :. [ sdl.web AT gmail.com ] .: [ GPG Key: 9283AA3F ] :. Use the most powerful email client -- http://gnus.org/ |