[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation wa
From: |
Noam Postavsky |
Subject: |
Re: [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation warnings |
Date: |
Wed, 22 Jun 2016 21:24:34 -0400 |
On Wed, Jun 22, 2016 at 8:53 AM, Stefan Monnier
<address@hidden> wrote:
> branch: master
> commit 74aa97f31a5bc11009ce5bfddfd9fcbde1bbc89b
> Author: Stefan Monnier <address@hidden>
> Commit: Stefan Monnier <address@hidden>
>
> * packages/yasnippet: Fix some compilation warnings
The changes look good, but I wasn't getting any compilation warnings
before. Is there some settings that I should enable to get them?
> @@ -4523,7 +4522,7 @@ and return the directory. Return nil if not found."
> yas-after-exit-snippet-hook
> yas-before-expand-snippet-hook
> yas-buffer-local-condition
> - yas-dont-activate
> + yas-dont-activate-functions
Not needed because these are just backwards compat aliases, there
aren't any yas/dont-activate-functions reference out there.
- Re: [elpa] master 74aa97f: * packages/yasnippet: Fix some compilation warnings,
Noam Postavsky <=