From bdabf268a9da019dbd939e04211e87d5459e4d9d Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 14 Sep 2000 13:31:14 +0000 Subject: Updated --- README.devel | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'README.devel') diff --git a/README.devel b/README.devel index e6909632..5b082c47 100644 --- a/README.devel +++ b/README.devel @@ -64,19 +64,20 @@ Hopefully one day we may have a proper test suite and mechanism to test across different versions of Emacs. For the time being, be careful of the following tips (gathered from experience). -*** Common Lisp macros -- Japan Emacsen have older versions - - - Use (dolist (var list) body), not (dolist (var list result) body). +*** Compatibility hacks collected in proof-compat.el + - This file contains implementations/emulations of functions to + provide uniformity between different Emacs versions. If you + use a function specific to XEmacs or newer versions, consider adding + a conditional definition of it here to support other versions + for a while. +*** Common Lisp macros -- Japan Emacsen have older versions -** Handy tips + - Use (dolist (var list) body), not (dolist (var list result) body). -*** Moving to new branch. - find * -path '*/CVS' -prune -o -path 'CVS' -prune -o -print | xargs cvs commit -m"Updating branch" -f -r 4.0 +** CVS tips -*** Making a new branch. - See etc/cvs-tips.txt -- cgit v1.2.3