7475
7475
(if (or (not (boundp 'py-install-directory)) (not (stringp py-install-directory)))
7476
7476
(error "`py-install-directory' not set, see INSTALL")
7477
7478
(load (concat py-install-directory "/pymacs/pymacs.el") nil t)
7480
7480
(autoload 'pymacs-apply "pymacs")
7481
7481
(autoload 'pymacs-call "pymacs")
7482
7482
(autoload 'pymacs-eval "pymacs")