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

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

Re: Activating tabbar after installation via elpa on emacs 24.2.1


From: Joost Kremers
Subject: Re: Activating tabbar after installation via elpa on emacs 24.2.1
Date: 28 Sep 2012 00:02:30 GMT
User-agent: slrn/pre1.0.0-18 (Linux)

Bastien wrote:
> Rainer M Krug <R.M.Krug@gmail.com> writes:
>
>>   (eval-after-load "tabbar"
>>       '(tabbar-mode)
>>     )
>
> I think it should be 
>
>   (eval-after-load "tabbar"
>       (tabbar-mode))
>
> (no quote)

eval-after-load is a funtion, so the form to be executed *should* be quoted.



-- 
Joost Kremers                                      joostkremers@yahoo.com
Selbst in die Unterwelt dringt durch Spalten Licht
EN:SiS(9)


reply via email to

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