diff options
author | asau <asau> | 2016-12-09 22:24:50 +0000 |
---|---|---|
committer | asau <asau> | 2016-12-09 22:24:50 +0000 |
commit | 31ff80999c6577b54abf73192abe2f52ae63bbb9 (patch) | |
tree | b149feb3eb15e04d501b2ed96d801ca67e5e6ac0 /mk | |
parent | 3751a661ea965329d757336d8d2fe31477082d05 (diff) | |
download | pkgsrc-31ff80999c6577b54abf73192abe2f52ae63bbb9.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.conf | 4 |
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, |