[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: abbrev table in cperl-mode
From: |
Leo |
Subject: |
Re: abbrev table in cperl-mode |
Date: |
Sat, 17 Apr 2010 12:21:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
On 2010-04-17 05:48 +0100, Ilya Zakharevich wrote:
> The docs for my version say
>
> define-abbrev-table: a built-in function.
>
> Define TABLENAME (a symbol) as an abbrev table name.
> Define abbrevs in it according to DEFINITIONS, which is a list of
> elements
> of the form (ABBREVNAME EXPANSION HOOK USECOUNT).
>
> (define-abbrev-table TABLENAME DEFINITIONS)
>
> So, as minimum, it is not backward-compatible.
I guess that's pre-22. It's up to you whether to support them though.
Leo