Klaus Straubinger wrote:
> Wouldn't it be more correct to replace the first argument of
> url-callback-arguments with the redirect-uri if there are any
> such callback arguments present? I have experienced problems
> with your solution that went away with this improvement.
How exactly is that improvement implemented?
(cons redirect-uri url-callback-arguments)
(if url-callback-arguments
(cons redirect-uri (cdr url-callback-arguments))
(list redirect-uri))
--
Kevin Rodgers
_______________________________________________
Help-gnu-emacs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs