[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: abbrev table in cperl-mode
From: |
Ilya Zakharevich |
Subject: |
Re: abbrev table in cperl-mode |
Date: |
Fri, 16 Apr 2010 21:48:53 -0700 |
User-agent: |
Mutt/1.4.2.2i |
On Fri, Apr 16, 2010 at 09:11:15PM +0100, Leo wrote:
> The attached patch does this. BTW, defining system abbrevs doesn't
> change abbrev-changed so I leave the (let ...) out.
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.
Hope this helps,
Ilya