diff options
author | minskim <minskim> | 2010-09-06 23:07:44 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-09-06 23:07:44 +0000 |
commit | 176791b64f55dbdfad3dc43bb274a26c90ebdde6 (patch) | |
tree | 35d9c6f11e94f2d0bd4973d9ef405318ac661856 /editors/emacs-snapshot/Makefile.common | |
parent | ad727281c08c376a6a7dacf56bba21dce8183210 (diff) | |
download | pkgsrc-176791b64f55dbdfad3dc43bb274a26c90ebdde6.tar.gz |
Update emacs-snapshot to 24.0.50.20100903.
Changes:
- Use SMIE's blink-paren for octave-mode.
- Provide blink-matching support to SMIE.
- Use `declare' in defmacros.
Diffstat (limited to 'editors/emacs-snapshot/Makefile.common')
-rw-r--r-- | editors/emacs-snapshot/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common index ae7d04a7bc1..acf71a497fc 100644 --- a/editors/emacs-snapshot/Makefile.common +++ b/editors/emacs-snapshot/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.14 2010/08/29 18:23:19 minskim Exp $ +# $NetBSD: Makefile.common,v 1.15 2010/09/06 23:07:44 minskim Exp $ -DISTNAME= emacs-snapshot_20100829.orig +DISTNAME= emacs-snapshot_20100903.orig PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//} CATEGORIES= editors MASTER_SITES= http://emacs.orebokech.com/pool/main/e/emacs-snapshot/ |