emacs side of commit 8389
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@8392 a380766d-ff14-0410-b294-a243070f3f08
This commit is contained in:
parent
d9ddd4aa6a
commit
fd5746882d
1 changed files with 1 additions and 15 deletions
|
@ -1,4 +1,5 @@
|
||||||
// copyright 2003 stefan kersten <steve@k-hornz.de>
|
// copyright 2003 stefan kersten <steve@k-hornz.de>
|
||||||
|
// 2007-9 marije baalman <nescivi AT gmail DOT com>
|
||||||
//
|
//
|
||||||
// This program is free software; you can redistribute it and/or
|
// This program is free software; you can redistribute it and/or
|
||||||
// modify it under the terms of the GNU General Public License as
|
// modify it under the terms of the GNU General Public License as
|
||||||
|
@ -15,21 +16,6 @@
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||||
// USA
|
// USA
|
||||||
|
|
||||||
|
|
||||||
+ Document {
|
|
||||||
// Document class for Emacs interface.
|
|
||||||
//
|
|
||||||
// Delegates to ScelDocument, which delegates to EmacsDocument.
|
|
||||||
|
|
||||||
// moved to Emacs, upon startup
|
|
||||||
// *implementationClass { ^ScelDocument }
|
|
||||||
|
|
||||||
// PRIVATE
|
|
||||||
// *newFromIndex { ^this.shouldNotImplement(thisMethod) }
|
|
||||||
*prGetLast { ^allDocuments.last }
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
+ String{
|
+ String{
|
||||||
|
|
||||||
openHelpFile {
|
openHelpFile {
|
Loading…
Reference in a new issue