cleaned up openHelpFile for Class and emacs extensions
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@8372 a380766d-ff14-0410-b294-a243070f3f08
This commit is contained in:
parent
89fba7d169
commit
d9ddd4aa6a
1 changed files with 1 additions and 25 deletions
|
@ -31,15 +31,10 @@
|
|||
|
||||
|
||||
+ String{
|
||||
findHelpFile {
|
||||
if ( Emacs.initialized) {
|
||||
Emacs.evalLispExpression(['sclang-find-help', this].asLispString);
|
||||
}
|
||||
}
|
||||
|
||||
openHelpFile {
|
||||
if ( Emacs.initialized) {
|
||||
this.findHelpFile;
|
||||
Emacs.evalLispExpression(['sclang-find-help', this].asLispString);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -51,23 +46,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
+ Class{
|
||||
openHelpFile {
|
||||
if ( Emacs.initialized) {
|
||||
this.asString.findHelpFile;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+ Method{
|
||||
|
||||
openHelpFile {
|
||||
if ( Emacs.initialized) {
|
||||
this.asString.findHelpFile;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// EOF
|
||||
|
|
Loading…
Reference in a new issue