]> gitweb.factorcode.org Git - factor.git/commitdiff
reddit: rename "subreddit-top" to "subreddit.".
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Sep 2012 16:55:18 +0000 (09:55 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 24 Sep 2012 16:55:18 +0000 (09:55 -0700)
extra/reddit/reddit.factor

index c0c634af634da5144f8be7a203969ec97aa1261c..66c8114cb65e2b9424aab18f8be6f2a67c6ff2bf 100644 (file)
@@ -100,7 +100,6 @@ PRIVATE>
 : story>author-url ( story -- url )
     author>> "http://reddit.com/user/" prepend >url ;
 
-
 <PRIVATE
 
 : write-title ( title url -- )
@@ -126,7 +125,7 @@ PRIVATE>
 
 PRIVATE>
 
-: subreddit-top ( subreddit -- )
+: subreddit. ( subreddit -- )
     get-subreddit data>> [
         1 + "%2d. " sprintf write-text {
             [ [ title>> ] [ url>> ] bi write-title nl ]