On 16 Jun 2001, Alex Schroeder wrote:
> ;; GNU vs XEmacs again. GAH.
> (or (fboundp 'char-int)
> (defmacro char-int( c ) (list 'string-to-char c))) ;; ick.
IMVHO BBDB should use bbdb-char-int which is aliased to char-int if it
exists or to string-to-char if that exists. (Maybe string-to-char
doesn't do the right thing, maybe one wants to do something else -- a
defsubst, maybe?)
Staying away from the global namespace helps to prevent other packages
from becoming confused.
kai
--
~/.signature: No such file or directory
_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/