diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-10-13 02:47:38 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-10-13 02:47:38 +0000 |
commit | c9cecad9882989bfd96da9b5162cf01734c8316b (patch) | |
tree | b244a355d8692340610eb81d4f3c0d8a6a52f146 /editors | |
parent | 89ad4577c6a4e968d010bc96bd13b619b87389fc (diff) | |
download | pkgsrc-c9cecad9882989bfd96da9b5162cf01734c8316b.tar.gz |
emacs works now.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/Makefile b/editors/Makefile index 21027649603..dedaa7f5648 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1997/10/06 12:59:52 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/10/13 02:47:38 hubertf Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -7,7 +7,7 @@ # SUBDIR += beav # SUBDIR += bpatch # SUBDIR += e93 -# SUBDIR += emacs + SUBDIR += emacs # SUBDIR += gvim # SUBDIR += jed # SUBDIR += joe |