mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 07:40:23 +02:00
Fix: 'aud-import-effects' should be 'aud-import-commands'
This commit is contained in:
parent
171a43821e
commit
722a3f5ea5
@ -121,7 +121,7 @@
|
||||
(aud-do cmd)))
|
||||
|
||||
|
||||
(defun aud-import-effects (&aux cmd)
|
||||
(defun aud-import-commands (&aux cmd)
|
||||
;; Generate function stubs in the form (aud-<command> [&key arg ...])
|
||||
;; Call once to make "aud-<command>"s available.
|
||||
;; Unfortunatly we can't call this on load, as the cache may
|
||||
|
Loading…
x
Reference in New Issue
Block a user