pkgsrc/editors/emacs-snapshot/version.mk
minskim c384cc9545 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.
2010-06-07 22:44:01 +00:00

10 lines
222 B
Makefile

# $NetBSD: version.mk,v 1.7 2010/06/07 22:44:01 minskim Exp $
_EMACS_FLAVOR= emacs
_EMACS_REQD= emacs>=23
_EMACS_PKGDEP.base=
_EMACS_PKGDEP.leim=
_EMACS_VERSION_MAJOR= 24
_EMACS_VERSION_MINOR= 0
_EMACS_VERSION_MICRO= 50