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

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

Re: "variable [in .emacs] is void"


From: Karl Pflästerer
Subject: Re: "variable [in .emacs] is void"
Date: Mon, 22 Dec 2003 19:28:38 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Hamster/2.0.4.0

On 22 Dec 2003, Karl Pflästerer <- sigurd@12move.de wrote:

> (eval-after-load "sendmail"
>   (load "privhooks"))

Upps. I forgot the quote here myself.  It must be:

(eval-after-load "sendmail"
  '(load "privhooks"))

   KP

-- 
If you have nothing to say on a subject, replying with a line such as,
"I agree with this." puts you in the TO:'s for all future messages, and
establishes you as "one who really cares", if not an actual expert, on
the topic at hand.         -- from the Symbolics Guidelines for Sending Mail


reply via email to

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