small fix for dev support shortcut
git-svn-id: https://supercollider.svn.sourceforge.net/svnroot/supercollider/trunk@9038 a380766d-ff14-0410-b294-a243070f3f08
This commit is contained in:
parent
c18dbb6efe
commit
03c461eb75
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
(sclang-perform-command 'openDevSource (buffer-file-name))
|
||||
)
|
||||
|
||||
(provide 'sclang-dev)
|
||||
|
||||
;(defun sclang-open-dev-source (file)
|
||||
; "Open the help file at the development location."
|
||||
; (if (sclang-html-file-p file)
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
(require 'sclang-interp)
|
||||
(require 'sclang-language)
|
||||
(require 'sclang-dev)
|
||||
|
||||
(defun sclang-fill-syntax-table (table)
|
||||
;; string
|
||||
|
|
Loading…
Reference in a new issue