Delaying One RSS Feed in WordPress but Not the Others?

This tutorial explains how to create a custom feed: http://yoast.com/custom-rss-feeds-wordpress/.
Put the add_filter (from the wpengineer tutorial) before the query_post, and a remove_filter(‘posts_where’, ‘publish_later_on_feed’); after it.