diff options
author | obache <obache> | 2008-01-18 13:50:44 +0000 |
---|---|---|
committer | obache <obache> | 2008-01-18 13:50:44 +0000 |
commit | 6a202b787ee23b2c9cf4fd175fd9b7bac71a4a4e (patch) | |
tree | f557d98de40e57ec26dbe975307debf986380a5a | |
parent | 999e71a9df7e50cb133ae2fd6d79cc80e137b4ae (diff) | |
download | pkgsrc-6a202b787ee23b2c9cf4fd175fd9b7bac71a4a4e.tar.gz |
Default value of EMACS_TYPE is now emacs22.
Noticed by ISIHARA Takanori in PR 37754.
-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: # |