Patch to gambit.el
A small patch to stop the whining when it's bytecode compiled. -- KBK #! /bin/sh /usr/share/dpatch/dpatch-run ## 02_gambit.el.dpatch by <"Kurt B. Kaiser" <kbk@shore.net>> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Use proper quoting @DPATCH@ diff -urNad gambc~/misc/gambit.el gambc/misc/gambit.el --- gambc~/misc/gambit.el 2004-10-11 11:37:43.000000000 -0700 +++ gambc/misc/gambit.el 2006-03-11 23:23:57.000000000 -0800 @@ -397,7 +397,7 @@ "Highlight the expression at a specific location in a buffer. The location buffer is the one that contains the location to -highlight and "pos" points to the first character of the +highlight and `pos' points to the first character of the expression in the buffer. If the location buffer is not visible then we must display it in a window. We also have to make sure the highlighted expression is visible, which may require the
Afficher les réponses par date
participants (1)
-
Kurt B. Kaiser