diff options
author | obache <obache@pkgsrc.org> | 2008-01-18 13:50:44 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-18 13:50:44 +0000 |
commit | f662b3ce159117b17443d0c2894e5e14c5fd4377 (patch) | |
tree | f557d98de40e57ec26dbe975307debf986380a5a /mk | |
parent | a83158c01527642efb7f38a46a5828e531d77edc (diff) | |
download | pkgsrc-f662b3ce159117b17443d0c2894e5e14c5fd4377.tar.gz |
Default value of EMACS_TYPE is now emacs22.
Noticed by ISIHARA Takanori in PR 37754.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/emacs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emacs.mk b/mk/emacs.mk index 1bb84f422f8..3b8e50445ae 100644 --- a/mk/emacs.mk +++ b/mk/emacs.mk @@ -1,4 +1,4 @@ -# $NetBSD: emacs.mk,v 1.47 2007/11/12 01:58:24 uebayasi Exp $ +# $NetBSD: emacs.mk,v 1.48 2008/01/18 13:50:44 obache Exp $ # # This Makefile fragment handles Emacs Lisp Packages (== ELPs). # @@ -42,7 +42,7 @@ # Possible values: # emacs21, emacs21nox, emacs22, emacs22nox, emacs20, xemacs215, xemacs215nox, xemacs214, xemacs214nox # Default value: -# emacs21 +# emacs22 # # Variables ELPs can provide: # |