On Fri, Feb 24, 2012 at 07:51:21AM +0000, Philip Hudson wrote:
> // FIXME This sets up unbounded recursion; need another way to store and
> // reference the original function
> // var old_external_editor_make_base_filename =
> //    (old_external_editor_make_base_filename ||
> //     external_editor_make_base_filename);
> // function external_editor_make_base_filename (elem, top_doc) {
> //    return "conkeror-edit-"+old_external_editor_make_base_filename(elem,
> top_doc);
> // }

I see no problem with this.  It should be safe for repeated evaluation, as
given.

-- 
John Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to