Re: bbdb-whois.el - byte-compiling error

2006-10-09 Thread Robert Widhopf-Fenk
On Tuesday, September 26, 2006 at 11:04:29, CHENG Gao wrote: > Line 91: > , > | (replace-string "\r\n" "\n") > ` > > byte-compiling error: > , > | In bbdb-whois-sentinel: > | bbdb-whois.el:94:45:Warning: `replace-string' used from Lisp code > | That command is designed for interactive

bbdb-whois.el - byte-compiling error

2006-09-25 Thread CHENG Gao
Line 91: , | (replace-string "\r\n" "\n") ` byte-compiling error: , | In bbdb-whois-sentinel: | bbdb-whois.el:94:45:Warning: `replace-string' used from Lisp code | That command is designed for interactive use only ` should it be changed to replace-match?