Robert Widhopf-Fenk <[EMAIL PROTECTED]> writes:

Hi Robert,

>> > +(defun bbdb-name-normalize (n)
>> > +  "Normalizes a name, i.e. downcase and unibyte converion."
>> > +  (when n 
>> > +    (setq n (downcase n))
>> > +    (if (functionp 'string-make-unibyte)
>> > +  (funcall 'string-make-unibyte n)
>> > +      n)))
>> 
>> Using `name' instead of `name' would be more readable, IMHO.
>
> You mean in the doc string?

I think he means renaming the argument `n' to `name' and the doc string
would be "Normalize the given NAME." then.

Bye,
Tassilo
-- 
You know how they say if you die in your dream then you will die in real
life? In  actuality, if you dream  of death then Chuck  Norris will find
you and kill you.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to