src/Pure/System/options.scala
changeset 76579 c79b43c1c7ab
parent 75847 93436389db1c
child 77366 8d6ba14f9d22
--- a/src/Pure/System/options.scala	Tue Dec 06 16:23:49 2022 +0100
+++ b/src/Pure/System/options.scala	Tue Dec 06 16:26:59 2022 +0100
@@ -79,6 +79,7 @@
         }
       Word.implode(words1.map(Word.perhaps_capitalize))
     }
+    def title_jedit: String = title("jedit")
 
     def unknown: Boolean = typ == Unknown
   }