]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/acme/acme.factor
factor: whitespace only
[factor.git] / basis / editors / acme / acme.factor
index 21ed29e130a38e08c636cb33ba5f3b6d948874d4..8a7f07bb56190f59378598ba8cc9f018ecd3d93a 100644 (file)
@@ -22,7 +22,7 @@ SINGLETON: acme
   "plumb" plan9-tool-path ;
 
 : (massage-pathname) ( file line -- str )
- over file-info regular-file?
 over file-info regular-file?
   [ number>string 2array ":" join ]
   [ drop ] if ;