diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-04 13:12:07 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2001-01-04 13:12:07 +0000 |
commit | caa3a12c091984666e440413a4669e19c7a5f9e7 (patch) | |
tree | 7ef7376cb318a87f8dc2839e62fa84aafed513db /lang/elisp-manual | |
parent | e6c9077a8ec5deeecb965885790965bc77f50847 (diff) | |
download | ports-caa3a12c091984666e440413a4669e19c7a5f9e7.tar.gz ports-caa3a12c091984666e440413a4669e19c7a5f9e7.zip |
Update to 21-2.6.
PR: 23955
Submitted by: Don Croyle <croyle@gelemna.org>
Notes
Notes:
svn path=/head/; revision=36773
Diffstat (limited to 'lang/elisp-manual')
-rw-r--r-- | lang/elisp-manual/Makefile | 4 | ||||
-rw-r--r-- | lang/elisp-manual/distinfo | 2 | ||||
-rw-r--r-- | lang/elisp-manual/files/patch-ab | 6 | ||||
-rw-r--r-- | lang/elisp-manual/pkg-descr | 2 |
4 files changed, 6 insertions, 8 deletions
diff --git a/lang/elisp-manual/Makefile b/lang/elisp-manual/Makefile index d7e6847e110e..3f6a1b87b4ac 100644 --- a/lang/elisp-manual/Makefile +++ b/lang/elisp-manual/Makefile @@ -6,12 +6,12 @@ # PORTNAME= elisp-manual -PORTVERSION= 20-2.5 +PORTVERSION= 21-2.6 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs -MAINTAINER= croyle@gelemna.org +MAINTAINER= ports@freebsd.org GNU_CONFIGURE= yes diff --git a/lang/elisp-manual/distinfo b/lang/elisp-manual/distinfo index 589373f12465..4b33279a6cf4 100644 --- a/lang/elisp-manual/distinfo +++ b/lang/elisp-manual/distinfo @@ -1 +1 @@ -MD5 (elisp-manual-20-2.5.tar.gz) = d11034684296881718ee4eedaa6de56a +MD5 (elisp-manual-21-2.6.tar.gz) = dd9553b3df19e6b69451bbcab61931c8 diff --git a/lang/elisp-manual/files/patch-ab b/lang/elisp-manual/files/patch-ab index aa6ad377bdb3..226e2f286dfd 100644 --- a/lang/elisp-manual/files/patch-ab +++ b/lang/elisp-manual/files/patch-ab @@ -1,5 +1,5 @@ ---- elisp.texi.orig Sat Jun 13 08:28:17 1998 -+++ elisp.texi Sat Sep 19 10:48:30 1998 +--- elisp.texi.orig Wed Jun 28 13:22:31 2000 ++++ elisp.texi Sat Dec 30 04:55:55 2000 @@ -3,10 +3,9 @@ @setfilename elisp @settitle GNU Emacs Lisp Reference Manual @@ -12,4 +12,4 @@ +* Elisp manual: (elisp). The Emacs Lisp Reference Manual. @end direntry - @smallbook + @c uncomment this if you want the result in @smallbook format diff --git a/lang/elisp-manual/pkg-descr b/lang/elisp-manual/pkg-descr index b10a6c148c2e..e74ca8f4315e 100644 --- a/lang/elisp-manual/pkg-descr +++ b/lang/elisp-manual/pkg-descr @@ -19,5 +19,3 @@ basic information.) Generally speaking, the earlier chapters describe features of Emacs Lisp that have counterparts in many programming languages, and later chapters describe features that are peculiar to Emacs Lisp or relate specifically to editing. - -This is edition 2.4. |