diff --git a/sc/EmacsDocument.sc b/sc/EmacsDocument.sc index e0ca652..ff01a32 100644 --- a/sc/EmacsDocument.sc +++ b/sc/EmacsDocument.sc @@ -15,9 +15,9 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 // USA -EmacsDocument +EmacsDocument { // : Document -{ + classvar documentMap, <>current; var <>sceld; var title, path; @@ -318,4 +318,4 @@ EmacsDocument */ } -// EOF \ No newline at end of file +// EOF