pkgsrc/editors/emacs26/version.mk
ryoon 9984bd9006 Update to 26.3
Changelog:
* Changes in Emacs 26.3

** New option 'help-enable-completion-auto-load'.
This allows disabling the new feature introduced in Emacs 26.1 which
loads files during completion of 'C-h f' and 'C-h v' according to
'definition-prefixes'.

** Emacs now supports the new Japanese Era name.
The newly assigned codepoint U+32FF was added to the Unicode Character
Database compiled into Emacs.
2019-08-30 15:46:11 +00:00

7 lines
162 B
Makefile

# $NetBSD: version.mk,v 1.3 2019/08/30 15:46:11 ryoon Exp $
_EMACS_FLAVOR= emacs
_EMACS_REQD= emacs26>=26.1<27
_EMACS_VERSION_MAJOR= 26
_EMACS_VERSION_MINOR= 3