emacs-devel
[Top][All Lists]
Advanced

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

Re: eval-when-load?


From: Stephen Leake
Subject: Re: eval-when-load?
Date: Thu, 16 Jul 2015 17:04:56 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Artur Malabarba <address@hidden> writes:

> Is jde-jdhelper a macro? If it's a function the behavior you're asking
> about is the default.

jde-jdehelper is an eieio class:

(require 'eieio)

(defclass jde-jdhelper ()
 ...)
 

-- 
-- Stephe



reply via email to

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