These options can take one of two forms: either a commend containing a group of options on the first line of the file:
// -*- abs-target-language: java; abs-input-files: ("file1.abs" "file2.abs"); -*-
Or a comment block at the end of the file:
// Local Variables:
// abs-target-language: java
// abs-input-files: ("file1.abs" "file2.abs")
// End:
These options can take one of two forms: either a commend containing a group of options on the first line of the file:
Or a comment block at the end of the file: