diff options
author | minskim <minskim@pkgsrc.org> | 2010-06-07 22:44:01 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-06-07 22:44:01 +0000 |
commit | 564abf98ce36cd64226f20f359fd64c04ae4638d (patch) | |
tree | 3852d76ac4f2c8bfd3ece25b08f7b5fccf9f0ee2 /editors/emacs-snapshot/Makefile | |
parent | 3ee139142c57d84cd83cd73cf9287ee264f86426 (diff) | |
download | pkgsrc-564abf98ce36cd64226f20f359fd64c04ae4638d.tar.gz |
Update emacs-snapshot to 24.0.50.20100602. Based on the patch provided
by Makoto Fujiwara in PR 43415.
Notable changes since 23.2:
* Fix alloca definition when using gcc on non-gnu systems.
* font.c (font_range): Return the range for the font found at first.
* xdisp.c (init_iterator): Don't turn on bidi reordering in
unibyte buffers. See
http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00263.html.
Diffstat (limited to 'editors/emacs-snapshot/Makefile')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index cda48fff7cb..a31f8da571b 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.11 2010/02/19 20:37:08 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2010/06/07 22:44:01 minskim Exp $ -PKGREVISION= 4 CONFLICTS+= emacs-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" |