[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Querying available mode hooks in a given mode
From: |
Grant Rettke |
Subject: |
Re: Querying available mode hooks in a given mode |
Date: |
Mon, 14 Apr 2014 14:29:33 -0500 |
On Mon, Apr 14, 2014 at 2:27 PM, Stefan Monnier
<monnier@iro.umontreal.ca> wrote:
> You can probably use (boundp 'ess-foo-bar-hook) to test if the hook
> is available. But that will only give the right answer after loading
> the file which does (defvar ess-foo-bar-hook ...) or equivalent.
Understood and thanks.