diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-10 21:31:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-10 21:31:15 +0000 |
commit | 839cf048402dcfbbeaa88ad79b40932ccd2197bf (patch) | |
tree | 47827d8a0a4d224043f30006605d40c748da3039 /editors/bitmap-emacs20/Makefile | |
parent | Update to 1.05 (diff) |
Chase emacs upgrade to 20.6.
Diffstat (limited to '')
-rw-r--r-- | editors/bitmap-emacs20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile index b53ef9d09805..32a581722eb2 100644 --- a/editors/bitmap-emacs20/Makefile +++ b/editors/bitmap-emacs20/Makefile @@ -21,7 +21,7 @@ BITMAP_FONT= ${X11BASE}/lib/X11/fonts/local/etl8x16-bitmap.pcf.gz # emacs20 EMACS_NAME= emacs EMACS_PORT= emacs20 -EMACS_VER= 20.5 +EMACS_VER= 20.6 EMACS_LIBDIR= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} |