summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2016-12-09 22:24:50 +0000
committerasau <asau@pkgsrc.org>2016-12-09 22:24:50 +0000
commit0d7e9b0bdb6488986e08e73e969d097d7390c914 (patch)
treedd4fa51f8e61164277348bebf1a300541dc62698 /mk
parenta1fb812d5d43e04832a86740e2b75927dcecf038 (diff)
downloadpkgsrc-0d7e9b0bdb6488986e08e73e969d097d7390c914.tar.gz
Update to Emacs 25 by default.
"There's no reason not to upgrade it."
Diffstat (limited to 'mk')
-rw-r--r--mk/defaults/mk.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf
index 88fa89336ee..6235d760a00 100644
--- a/mk/defaults/mk.conf
+++ b/mk/defaults/mk.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.267 2016/10/27 10:31:05 jperkin Exp $
+# $NetBSD: mk.conf,v 1.268 2016/12/09 22:24:50 asau Exp $
#
# This file provides default values for variables that may be overridden
@@ -873,7 +873,7 @@ ELK_GUI?= none
# Possible: none, or some combination of xaw and/or motif
# Default: none
-EMACS_TYPE?= emacs24
+EMACS_TYPE?= emacs25
# Used by emacs/modules.mk to determine which emacs version should be installed
# and emacs lisp packages should be built for.
# Possible: emacs25, emacs25nox, emacs24, emacs24nox,