diff options
author | shige <shige@FreeBSD.org> | 1999-05-21 13:33:37 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-05-21 13:33:37 +0000 |
commit | e59e8533edd9f24c3009362c1c504578871569e2 (patch) | |
tree | 3b0313d85bdce54d1798fe0e702ba221ec276243 | |
parent | c2c6bf800a5f7a7ffc11dd61063590b21a98e792 (diff) | |
download | FreeBSD-ports-e59e8533edd9f24c3009362c1c504578871569e2.zip FreeBSD-ports-e59e8533edd9f24c3009362c1c504578871569e2.tar.gz |
WEMI is a branch of SEMI kernel package using widget. It is a library
to provide MIME feature for GNU Emacs based on SEMI API. Namely it
contains whole features of SEMI thus it is a replacement of SEMI.
I forgot to put this in previous commit log.
-rw-r--r-- | editors/wemi-emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/wemi-emacs/Makefile b/editors/wemi-emacs/Makefile index 3693298..a7014ec 100644 --- a/editors/wemi-emacs/Makefile +++ b/editors/wemi-emacs/Makefile @@ -3,7 +3,7 @@ # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/05/10 13:37:21 shige Exp $ # DISTNAME= wemi-${WEMI_VER} |