On Sat Aug 2 2014 Roland Winkler wrote:
> Possible scenarios for such things are too diverse to define
> multiple commands to cover all possible cases.  In your case, it
> seems to me you want something like (untested!)
> 
> (defun my-bbdb-add-mail-alias (records alias)
>   "Add same ALIAS to RECORDS."
>   (interactive (list (bbdb-do-records)
>                      (bbdb-read-string "Alias: ")))
>   (dolist (record records)
>     (bbdb-add-mail-alias record nil alias)))

      (bbdb-add-mail-alias record alias)))

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to