mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
Fix: 'aud-import-effects' should be 'aud-import-commands'
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user