diff options
author | dholland <dholland@pkgsrc.org> | 2017-01-01 02:48:43 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2017-01-01 02:48:43 +0000 |
commit | 4114a737e5ecba08e443ced8400ae9f46d7d2415 (patch) | |
tree | 1a7c92114f14af4b772d0ad3459096d8984d21eb /editors/emacs/modules.mk | |
parent | a4993d9baa931072a71d5f7d84717995f7ddd22f (diff) | |
download | pkgsrc-4114a737e5ecba08e443ced8400ae9f46d7d2415.tar.gz |
The default EMACS_TYPE is now emacs25.
Diffstat (limited to 'editors/emacs/modules.mk')
-rw-r--r-- | editors/emacs/modules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/modules.mk b/editors/emacs/modules.mk index d7ea8f81d67..74ad5a3477b 100644 --- a/editors/emacs/modules.mk +++ b/editors/emacs/modules.mk @@ -1,4 +1,4 @@ -# $NetBSD: modules.mk,v 1.20 2016/09/18 13:48:34 ryoon Exp $ +# $NetBSD: modules.mk,v 1.21 2017/01/01 02:48:43 dholland Exp $ # # This Makefile fragment handles Emacs Lisp Packages (== ELPs). # @@ -46,7 +46,7 @@ # emacs21, emacs21nox, emacs20, # xemacs215, xemacs215nox, xemacs214, xemacs214nox # Default value: -# emacs24 +# emacs25 # # Variables ELPs can provide: # |