lokedhs / gnu-apl-mode

GNU APL mode for Emacs
GNU General Public License v3.0
94 stars 18 forks source link

cl-defun undefined #3

Closed jeromebaum closed 10 years ago

jeromebaum commented 10 years ago

Changing cl-defun to defun* in gnu-apl-util.el seems to fix this. Probably worth investigating.

lokedhs commented 10 years ago

On 11 Feb 2014 06:58, "Jerome Baum" notifications@github.com wrote:

Changing cl-defun to defun* in gnu-apl-util.el seems to fix this. Probably worth investigating.

What version of Emacs are you using? This was changed quite long ago (around the release of Emacs 24).

Regards, Elias

lokedhs commented 10 years ago

Workaround implemented.