help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Why does this code sometimes work?


From: jacksneckhurts
Subject: Why does this code sometimes work?
Date: 17 Feb 2006 03:14:17 -0800
User-agent: G2/0.2

I pulled the following code from a tutorial:

;; begin
(defun multiply-by-seven (number)
  "Multiply NUMBER by seven."
  (* 7 number))

(multiply-by-seven 3)
;; end

I put it in emacs as is, and sometimes it runs, and most of the time it
errors out... I run the code with "ctrl-x ctrl-e" while the cursor is
to the right of "3)". What am I doing wrong? Thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]