Skip to content

Commit

Permalink
no longer necessary to compile interactive functions
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbrinkhoff committed Dec 1, 2003
1 parent b76d95b commit 7202439
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions HOWTO
Expand Up @@ -21,11 +21,6 @@ Enter these functions at the interactive prompt:
(declare (interactive "nEnter a number: "))
(el:|message| (format nil "~D! is ~D" n (fac n))))

Currently, you MUST compile the function, or else it won't become
interactive:

(compile 'el:|my-fun|)

Now, try it with "M-x my-fun".


Expand Down

0 comments on commit 7202439

Please sign in to comment.